RonSijm to Programmer HumorEnglish · 10 个月前Whatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteimagemessage-square89linkfedilinkarrow-up1608arrow-down117
arrow-up1591arrow-down1imageWhatever 'Clean Code' you write now, it'll be shit eventually and in need of a complete rewriteRonSijm to Programmer HumorEnglish · 10 个月前message-square89linkfedilink
minus-squarestate_electrician@discuss.tchncs.delinkfedilinkarrow-up1·10 个月前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.
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.