@pnutzh4x0r@lemmy.ndlug.org to Programming@programming.devEnglish • 2 years agoLinear code is more readableblog.separateconcerns.commessage-square46fedilinkarrow-up1134arrow-down115
arrow-up1119arrow-down1external-linkLinear code is more readableblog.separateconcerns.com@pnutzh4x0r@lemmy.ndlug.org to Programming@programming.devEnglish • 2 years agomessage-square46fedilink
minus-square@dylanTheDeveloper@lemmy.worldlinkfedilink12•2 years agoI put all my code in a single file and use goto statements just to make people mad
minus-square@Solemarc@lemmy.worldlinkfedilink2•2 years agoPersonally, I prefer to do the opposite and break things up until my import is longer than my code
I put all my code in a single file and use goto statements just to make people mad
Damn, I have a lot to learn as a junior dev
Personally, I prefer to do the opposite and break things up until my import is longer than my code