PoolloverNathan@programming.dev to Programming Horror@programming.devEnglish · 2 years agoThe switch-case starts on line 83.programming.devimagemessage-square9fedilinkarrow-up180arrow-down15
arrow-up175arrow-down1imageThe switch-case starts on line 83.programming.devPoolloverNathan@programming.dev to Programming Horror@programming.devEnglish · 2 years agomessage-square9fedilink
minus-squareTomMasz@lemmy.worldlinkfedilinkEnglisharrow-up9arrow-down1·2 years agoI may put this on a slide for the Code Smells part of Refactoring lecture I have coming up.
minus-squarePoolloverNathan@programming.devOPlinkfedilinkEnglisharrow-up1·edit-22 years 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
rthat is declared in a completely normal file and almost every file adds to it in some way.