Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 month agoTIFU by not using objects in my object-oriented programming courseworklemmy.caimagemessage-square24fedilinkarrow-up179arrow-down18cross-posted to: [email protected]programmer_humorprogrammer_humor[email protected]
arrow-up171arrow-down1imageTIFU by not using objects in my object-oriented programming courseworklemmy.caHellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square24fedilinkcross-posted to: [email protected]programmer_humorprogrammer_humor[email protected]
minus-squareKache@lemm.eelinkfedilinkarrow-up1·edit-222 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