top | item 46971288

(no title)

iqp | 20 days ago

^ This. People bemoan the death of coding, but easily 80%+ of the code I've written commercially was just CRUD or ETL shite. I've done a few interesting things (a formula parser, a WYSWIG survey builder for signature pads, a navigation controller for line-guided industrial vehicles, etc.) but yeah, don't miss writing reams of boilerplate. I always tried to take a Kent Beck inspired Smalltalk/TDD inspired approach to the code I wrote and took pride in my work, but ultimately you're working in a shitty corporate environment where none of your colleagues cares because they're burning at both ends, the management only does lip service to Quality, and Deadlines and the Bottom Line are Everything. If LLMs make this shit more bearable then bring 'em on, I say!

discuss

order

pydry|19 days ago

It's making it less, not more bearable.

lelanthran|20 days ago

> I always tried to take a Kent Beck inspired Smalltalk/TDD inspired approach to the code I wrote and took pride in my work, but ultimately you're working in a shitty corporate environment where none of your colleagues cares because they're burning at both ends, the management only does lip service to Quality, and Deadlines and the Bottom Line are Everything.

LLMs are a multiplier. If this depressed you, then there is no way I can see the following happening.

> If LLMs make this shit more bearable then bring 'em on, I say!

What LLMs are going to do is multiply the amount of "none of your colleagues care" and "Management only does lip-service to ..."

marcus_holmes|19 days ago

It's not that none of my colleagues care, or that management is necessarily bad. That doesn't help, but it's not the cause.

It's the nature of the job. A CRUD REST server needs to be built. It's a shitty job, but someone has to do it. The interesting part of the job is over there, in whatever actually-novel part of the system is being built. But someone still has to build the CRUD REST server. There are frameworks and patterns that help, but not as much as you'd think, or they claim.

It's just part of the job. By far the largest and least interesting part of the job.