💡𝚂𝗆𝖺𝗋𝗍𝗆𝖺𝗇 𝙰𝗉𝗉𝗌📱@programming.dev to Programmer Humor@programming.devEnglish · 2 days agoComputer Science Courses that Don't Exist, But Shouldprog21.dadgum.comexternal-linkmessage-square63fedilinkarrow-up1214
arrow-up1214external-linkComputer Science Courses that Don't Exist, But Shouldprog21.dadgum.com💡𝚂𝗆𝖺𝗋𝗍𝗆𝖺𝗇 𝙰𝗉𝗉𝗌📱@programming.dev to Programmer Humor@programming.devEnglish · 2 days agomessage-square63fedilink
minus-squarevillainy@lemmy.worldlinkfedilinkarrow-up114·2 days agoWhere’s Using Solutions that Already Exist No, seriously, you don’t have to build everything from scratch by yourself. Other people write code too.
minus-squarethe16bitgamer@programming.devlinkfedilinkarrow-up3·24 hours agoGot caught in that trap at my first coding job. Made a sort formula and a sr dev asked my I didn’t just use the array.sort. My answer: I didn’t know it was there.
minus-squaresquaresinger@lemmy.worldlinkfedilinkarrow-up17·2 days agoIt’s a double-edged sword and understanding when to re-use and when to re-implement is an art that goes wrong more often than right.
minus-squarePolarKraken@programming.devlinkfedilinkEnglisharrow-up4·2 days agoAh, the ever-elusive, mysterious stage in my process - the one I can’t ever seem to move much before the “planning” and at least “beginning to implement” stages, and sometimes stubbornly comes even later than that.
Where’s
Got caught in that trap at my first coding job. Made a sort formula and a sr dev asked my I didn’t just use the array.sort.
My answer: I didn’t know it was there.
It’s a double-edged sword and understanding when to re-use and when to re-implement is an art that goes wrong more often than right.
Ah, the ever-elusive, mysterious stage in my process - the one I can’t ever seem to move much before the “planning” and at least “beginning to implement” stages, and sometimes stubbornly comes even later than that.