Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 month agoTIFU by not using objects in my object-oriented programming courseworklemmy.caimagemessage-square13fedilinkarrow-up11arrow-down10cross-posted to: programmer_humor@programming.dev
arrow-up11arrow-down1imageTIFU by not using objects in my object-oriented programming courseworklemmy.caHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square13fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-21 month agoI’ve seen plenty of grad student code, abundance of OOP concepts was never an issue. Complete lack of any structure on the other hand…
minus-squareKache@lemm.eelinkfedilinkarrow-up1·edit-226 days agoBad abstraction is worse than no abstraction If the code is going to poorly organized, I’d prefer it to just be one single gigantic standalone script than some wrong and misleading arrangement of objects or functions that adds more complexity than they solve
I strongly disagree.
I’ve seen plenty of grad student code, abundance of OOP concepts was never an issue. Complete lack of any structure on the other hand…
Bad abstraction is worse than no abstraction
If the code is going to poorly organized, I’d prefer it to just be one single gigantic standalone script than some wrong and misleading arrangement of objects or functions that adds more complexity than they solve