danhab99@programming.dev to Programmer Humor@programming.devEnglish · edit-24 months agoYeah third party thinker just use your brain duhprogramming.devexternal-linkmessage-square33fedilinkarrow-up1466arrow-down15file-text
arrow-up1461arrow-down1external-linkYeah third party thinker just use your brain duhprogramming.devdanhab99@programming.dev to Programmer Humor@programming.devEnglish · edit-24 months agomessage-square33fedilinkfile-text
minus-squareomgboom@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up43arrow-down2·4 months agoAlso stack overflow
minus-squaremushroommunk@lemmy.todaylinkfedilinkarrow-up23·4 months agoOr even better, libraries of functions you’ve built up over time from visiting stack overflow
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up16arrow-down1·edit-24 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·4 months agoAgreed, I 100% prefer to parse through documentation than stack overflow
minus-squareGenius@lemmy.ziplinkfedilinkarrow-up3·4 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
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up3·4 months agoMay I suggest avoiding recursive functions where possible? They are usually the ones overflowing your stack, duh.
minus-squarezarkanian@sh.itjust.workslinkfedilinkarrow-up3·4 months 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.