Ategon@programming.devM to Programming Polls@programming.devEnglish · 1 year agoWhat do you find is the most challenging aspect of programming?message-squaremessage-square19fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1message-squareWhat do you find is the most challenging aspect of programming?Ategon@programming.devM to Programming Polls@programming.devEnglish · 1 year agomessage-square19fedilink
minus-squareexapsy@programming.devlinkfedilinkarrow-up3·1 year agonot if you have invested in making it scaleable. but if you’ve inherited already one from another dev then you’re probably fucked. we barely cared back then about scaleability.
minus-squareflamboyantkoala@programming.devlinkfedilinkarrow-up2·1 year agoIt’s usually the domain knowledge that gets lost over the years that causes maintenance problems not the code or tech. Why things are done this way gets lost. The decisions that led to it. The hard earned knowledge by the original dev team. New team comes in and everything they do breaks something else because they don’t understand the up and downstream of their project.
not if you have invested in making it scaleable. but if you’ve inherited already one from another dev then you’re probably fucked. we barely cared back then about scaleability.
It’s usually the domain knowledge that gets lost over the years that causes maintenance problems not the code or tech.
Why things are done this way gets lost. The decisions that led to it. The hard earned knowledge by the original dev team.
New team comes in and everything they do breaks something else because they don’t understand the up and downstream of their project.