danhab99@programming.dev to Programmer Humor@programming.devEnglish · edit-21 month agoYeah third party thinker just use your brain duhprogramming.devimagemessage-square33linkfedilinkarrow-up1474file-text
arrow-up1474imageYeah third party thinker just use your brain duhprogramming.devdanhab99@programming.dev to Programmer Humor@programming.devEnglish · edit-21 month agomessage-square33linkfedilinkfile-text
minus-squaremushroommunk@lemmy.todaylinkfedilinkarrow-up24·2 months agoOr even better, libraries of functions you’ve built up over time from visiting stack overflow
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up18·edit-22 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-up13·2 months agoAgreed, I 100% prefer to parse through documentation than stack overflow
minus-squareGenius@lemmy.zipBannedlinkfedilinkarrow-up4·2 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·2 months agoMay I suggest avoiding recursive functions where possible? They are usually the ones overflowing your stack, duh.
minus-squarezarkanian@sh.itjust.workslinkfedilinkarrow-up4·1 month 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.