Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Adwonno3586yIf it is JS think about using let instead of var in your loops, so your variable is accessible only in the loop scope, and it wont erase others variables with the same name^^
-
Omg I remember once file writing a similar kind of loop 5 years back and made my server memory spike
Related Rants
-
Crazed13Me: "I'll never be able to do this" Me: "I suck at coding" Me: "What am I even looking at" Me: "Im going to...
-
featurenotbug26I wrote this code about 3 years ago. I guess we all had to start somewhere ¯\_(ツ)_/¯
-
Trey50Daniel8"The school tech asked me for my MAC address on my phone, but I told them I didn't have one because my phone i...
curiousity almost killed my computer
joke/meme
noob