|
|
|
|
|
by mexicocitinluez
247 days ago
|
|
or, and get this, software development is an enormous field with 100s of different kinds of variations and priorities and use cases. lol. another option is trying to convince yourself that you have any idea what the other 2,000,000 software devs are doing and think you can make grand, sweeping statements about it. there is no stronger mark of a junior than the sentiment you're expressing |
|
I've been doing this for 25 years and everything I do can be boiled down to API Glue.
Stuff comes in, code processes stuff, stuff goes out. Either to another system or to a database. I'm not breaking new ground or inventing new algorithms here.
The basic stuff has been the same for two decades now.
Maybe 5% of the code I write is actually hard, like when the stuff comes in REAL fast and you need to do the processing within a time limit. Or you need to get fancy with PostgreSQL queries to minimise traffic from the app layer to the database.
With LLM assistance I can have it do the boring 95% of scaffolding one more FoobarController.cs , write the models and the entity framework definitions while I browse Hacker News or grab a coffee and chat a bit. Then I have more time to focus on the 5% as well as more time to spend improving my skills and helping others.
Yes. I read the code the LLM produces. I've been here for a long time, I've read way more code than I've written, I'm pretty good at it.