CallMeAl (like Alan)@piefed.world to Lemmy Shitpost@lemmy.worldEnglish · 1 month agoWhen Windows users find the Threadiversemedia.piefed.worldimagemessage-square183linkfedilinkarrow-up1991arrow-down160 cross-posted to: programmer_humor@programming.dev
arrow-up1931arrow-down1imageWhen Windows users find the Threadiversemedia.piefed.worldCallMeAl (like Alan)@piefed.world to Lemmy Shitpost@lemmy.worldEnglish · 1 month agomessage-square183linkfedilink cross-posted to: programmer_humor@programming.dev
minus-squarediaphragmwp@discuss.tchncs.delinkfedilinkEnglisharrow-up8·1 month agoLol I am the opposite, if some language has classes I will try to avoid them as much as possible
minus-squarerealitaetsverlust@piefed.zipBanned from communitylinkfedilinkEnglisharrow-up4·1 month agoFair stance, but idk how you keep large codebases structured without some kind of classes man.
minus-squarediaphragmwp@discuss.tchncs.delinkfedilinkEnglisharrow-up4·1 month ago“Large codebases”? Pfft, if it hits 6k lines, it’s time to scrap it and start over. /hj
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·1 month agoDon’t need classes to make functions (depending on the language of course).
minus-squarerealitaetsverlust@piefed.zipBanned from communitylinkfedilinkEnglisharrow-up2·1 month agoyeah but then you have hundreds or even thousands of functions within the global namespace, that’s fucking terrible to work with and a nightmare for auto completion
Lol I am the opposite, if some language has classes I will try to avoid them as much as possible
Fair stance, but idk how you keep large codebases structured without some kind of classes man.
“Large codebases”? Pfft, if it hits 6k lines, it’s time to scrap it and start over. /hj
Don’t need classes to make functions (depending on the language of course).
yeah but then you have hundreds or even thousands of functions within the global namespace, that’s fucking terrible to work with and a nightmare for auto completion