←back to thread

34 points cmpit | 4 comments | | HN request time: 0.735s | source
Show context
cranberryturkey ◴[] No.41913474[source]
fun fact: after 25 years as a software engineer in silicon valley, I'm convinced nobody cares about code quality and they never have.
replies(3): >>41917529 #>>41918189 #>>41919143 #
1. stuckinhell ◴[] No.41917529[source]
I have 23 years,and I'm convinced too.
replies(2): >>41917570 #>>41918178 #
2. souldeux ◴[] No.41917570[source]
Only a dozen but same. Just ship the shit. Quality never mattered.
3. mewpmewp2 ◴[] No.41918178[source]
Also most attempts at code quality lead to even worse code - into overengineered abstraction layers that no one will be able to adjust once it's inevitably realized that the assumptions were all wrong.
replies(1): >>41918259 #
4. fragmede ◴[] No.41918259[source]
Totally. YAGNI - you ain't gonna need it. That beautiful framework you spent extra weeks writing, designing from first principles, turns out to be the wrong layer of abstraction because of a bad assumption. the client left off critical business logic details, or a pivot to a more popular feature of the program. The only question then is how to get out of that tech debt.