danhab99@programming.dev to Programmer Humor@programming.devEnglish · 5 days agoYeah third party thinker just use your brain duhprogramming.devimagemessage-square33fedilinkarrow-up1469arrow-down15file-text
arrow-up1464arrow-down1imageYeah third party thinker just use your brain duhprogramming.devdanhab99@programming.dev to Programmer Humor@programming.devEnglish · 5 days agomessage-square33fedilinkfile-text
“What’s your go-to tool as a programmer these days?” My brain, same as it always has been! 🤭 This guy is a gold mine
minus-squareomgboom@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up44arrow-down2·5 days agoAlso stack overflow
minus-squaremushroommunk@lemmy.todaylinkfedilinkarrow-up24·5 days agoOr even better, libraries of functions you’ve built up over time from visiting stack overflow
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up17arrow-down1·edit-25 days agoA really good way to evaluate an ecosystem is looking if people look into documentation or stack overflow first. When it’s stack overflow, the ecosystem always suck.
minus-square𝕱𝖎𝖗𝖊𝖜𝖎𝖙𝖈𝖍@lemmy.worldlinkfedilinkarrow-up13arrow-down1·5 days agoAgreed, I 100% prefer to parse through documentation than stack overflow
minus-squareGenius@lemmy.ziplinkfedilinkarrow-up4·5 days agoI prefer good documentation over stack overflow, but I prefer stack overflow over bad documentation. If other programmers are mostly using stack overflow, it means the documentation sucks
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up3·5 days agoMay I suggest avoiding recursive functions where possible? They are usually the ones overflowing your stack, duh.
minus-squarezarkanian@sh.itjust.workslinkfedilinkarrow-up3·4 days agoThe trick to avoiding recursive functions is to avoid recursive functions.
Also stack overflow
Or even better, libraries of functions you’ve built up over time from visiting stack overflow
A really good way to evaluate an ecosystem is looking if people look into documentation or stack overflow first.
When it’s stack overflow, the ecosystem always suck.
Agreed, I 100% prefer to parse through documentation than stack overflow
I prefer good documentation over stack overflow, but I prefer stack overflow over bad documentation. If other programmers are mostly using stack overflow, it means the documentation sucks
May I suggest avoiding recursive functions where possible? They are usually the ones overflowing your stack, duh.
The trick to avoiding recursive functions is to avoid recursive functions.