danhab99@programming.dev to Programmer Humor@programming.devEnglish · edit-210 days agoYeah third party thinker just use your brain duhprogramming.devimagemessage-square31linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageYeah third party thinker just use your brain duhprogramming.devdanhab99@programming.dev to Programmer Humor@programming.devEnglish · edit-210 days agomessage-square31linkfedilinkfile-text
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up0·14 days agoMay I suggest avoiding recursive functions where possible? They are usually the ones overflowing your stack, duh.
minus-squarezarkanian@sh.itjust.workslinkfedilinkarrow-up0·14 days agoThe trick to avoiding recursive functions is to avoid recursive functions.
minus-squaremushroommunk@lemmy.todaylinkfedilinkarrow-up0·15 days agoOr even better, libraries of functions you’ve built up over time from visiting stack overflow
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up0·15 days agoI 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-up0·15 days agoAgreed, I 100% prefer to parse through documentation than stack overflow
minus-squareGenius@lemmy.ziplinkfedilinkarrow-up0·14 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
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
I 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