danhab99@programming.dev to Programmer Humor@programming.devEnglish · edit-23 months agoYeah third party thinker just use your brain duhprogramming.devimagemessage-square32fedilinkarrow-up1445arrow-down15file-text
arrow-up1440arrow-down1imageYeah third party thinker just use your brain duhprogramming.devdanhab99@programming.dev to Programmer Humor@programming.devEnglish · edit-23 months agomessage-square32fedilinkfile-text
minus-squareomgboom@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up40arrow-down2·3 months agoAlso stack overflow
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up3·3 months agoMay I suggest avoiding recursive functions where possible? They are usually the ones overflowing your stack, duh.
minus-squarezarkanian@sh.itjust.workslinkfedilinkarrow-up4·3 months agoThe trick to avoiding recursive functions is to avoid recursive functions.
minus-squaremushroommunk@lemmy.todaylinkfedilinkarrow-up22·3 months agoOr even better, libraries of functions you’ve built up over time from visiting stack overflow
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up16arrow-down1·edit-23 months 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-up12arrow-down1·3 months agoAgreed, I 100% prefer to parse through documentation than stack overflow
minus-squareGenius@lemmy.ziplinkfedilinkarrow-up4·3 months 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
Also stack overflow
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.
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