this post was submitted on 19 Dec 2024
19 points (100.0% liked)
Programming
13405 readers
3 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Responding as a java/kotlin maintainer of one single large system with frequent requirement changes. what i call "high entropy" programs. Other developers have different priorities and may answer differently based on what kind of system they work in, and their answers are also valid, but you do need to care about what kind of systems they work on when you decide whether or not to follow their advice.
In my experience, if the builder of the original system didn't care about maintainability, then it's probably faster to rewrite it.
Of course, then you'd have to be able to tell what maintainable code looks like, which is the tricky part, but includes things like,
Bad signs: