Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 13 days agoTIFU by not using objects in my object-oriented programming courseworklemmy.caexternal-linkmessage-square24fedilinkarrow-up179arrow-down110
arrow-up169arrow-down1external-linkTIFU by not using objects in my object-oriented programming courseworklemmy.caHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 13 days agomessage-square24fedilink
minus-squareKache@lemm.eelinkfedilinkarrow-up1·edit-24 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
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