cantankerous_cashew@lemmy.world to Programmer Humor@lemmy.ml · 3 days agoIn case you've ever wondered why the Windows control panel was so awful...lemmy.worldimagemessage-square61fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageIn case you've ever wondered why the Windows control panel was so awful...lemmy.worldcantankerous_cashew@lemmy.world to Programmer Humor@lemmy.ml · 3 days agomessage-square61fedilink
minus-squareFushuan [he/him]@lemm.eelinkfedilinkEnglisharrow-up0·2 days agoThis makes sense, most of that explanation in the screenshot reeks of novices working with something they don’t understand.
minus-squareessteeyou@lemmy.worldlinkfedilinkarrow-up0·2 days agoCopying and pasting a current example and changing the names… yep. Instead of making it worse you could extract it to a new file. Make an interface. Write a unit test. Anything. The guy wonders why the file is 15k lines long and then describes exactly why.
minus-squarezalgotext@sh.itjust.workslinkfedilinkarrow-up0·1 day agoRight? Like my dude, bare minimum at least write down those steps in a text document so you can reference it the next time you have to add something. Bonus points for putting it on some shared internal wiki or whatever Microsoft uses.
This makes sense, most of that explanation in the screenshot reeks of novices working with something they don’t understand.
Copying and pasting a current example and changing the names… yep.
Instead of making it worse you could extract it to a new file. Make an interface. Write a unit test. Anything.
The guy wonders why the file is 15k lines long and then describes exactly why.
Right? Like my dude, bare minimum at least write down those steps in a text document so you can reference it the next time you have to add something. Bonus points for putting it on some shared internal wiki or whatever Microsoft uses.