💡𝚂𝗆𝖺𝗋𝗍𝗆𝖺𝗇 𝙰𝗉𝗉𝗌📱@programming.dev to Programmer Humor@programming.devEnglish · 3 days agoComputer Science Courses that Don't Exist, But Shouldprog21.dadgum.comexternal-linkmessage-square64fedilinkarrow-up1215arrow-down13
arrow-up1212arrow-down1external-linkComputer Science Courses that Don't Exist, But Shouldprog21.dadgum.com💡𝚂𝗆𝖺𝗋𝗍𝗆𝖺𝗇 𝙰𝗉𝗉𝗌📱@programming.dev to Programmer Humor@programming.devEnglish · 3 days agomessage-square64fedilink
minus-squarevillainy@lemmy.worldlinkfedilinkarrow-up115arrow-down2·3 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-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-squarethe16bitgamer@programming.devlinkfedilinkarrow-up3·1 day 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-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
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.
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.
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.