Hellfire103@lemmy.ca to Programmer Humor@lemmy.mlEnglish · 1 month agoTIFU by not using objects in my object-oriented programming courseworklemmy.caimagemessage-square24fedilinkarrow-up171arrow-down110cross-posted to: tifu@lemmy.world
arrow-up161arrow-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: tifu@lemmy.world
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up13arrow-down4·1 month agoTbh if the average grad school student overused object oriented stuff they would produce vastly better code than the status quo.
minus-squareLavenderDay3544@lemmy.worldlinkfedilinkarrow-up7arrow-down1·1 month agoI strongly disagree.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down1·edit-230 days 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-223 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
Tbh if the average grad school student overused object oriented stuff they would produce vastly better code than the status quo.
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…
You can’t teach experience.
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