PoolloverNathan@programming.dev to Programming Horror@programming.devEnglish · 1 year agoThe switch-case starts on line 83.programming.devimagemessage-square8fedilinkarrow-up194arrow-down15
arrow-up189arrow-down1imageThe switch-case starts on line 83.programming.devPoolloverNathan@programming.dev to Programming Horror@programming.devEnglish · 1 year agomessage-square8fedilink
minus-squareTomMasz@lemmy.worldlinkfedilinkEnglisharrow-up12arrow-down1·1 year agoI may put this on a slide for the Code Smells part of Refactoring lecture I have coming up.
minus-squarePoolloverNathan@programming.devOPlinkfedilinkEnglisharrow-up2·edit-21 year agoThere’s a semi-global r that is declared in a completely normal file and almost every file adds to it in some way.
I may put this on a slide for the Code Smells part of Refactoring lecture I have coming up.
There’s a semi-global
r
that is declared in a completely normal file and almost every file adds to it in some way.