RonSijm to Programmer HumorEnglish · 3 months agoWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteimagemessage-square89fedilinkarrow-up1607arrow-down117
arrow-up1590arrow-down1imageWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteRonSijm to Programmer HumorEnglish · 3 months agomessage-square89fedilink
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkarrow-up1·3 months agoHow is that different than what Go, for example, does? An if err != nil after each statement is just as annoying. In the end you have to validate almost all return values and the way it happens is just syntax.
How is that different than what Go, for example, does? An if err != nil after each statement is just as annoying. In the end you have to validate almost all return values and the way it happens is just syntax.