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
-
I agree. I've been more productive with an IDE than just straight up using vim. WebStorm is great for JS.
-
Don't put yourself down. You're not a developer until you've sat around for ages pulling your hair out over a one character syntax error 😂😓
-
const = cosnt
beacon = bacon
difference = diference
analytics = anayltics
I spend my entire life finding typos. It's great when you review working code 3 months later and find that all your variables are actually called bacon, anayltics and keycode. -
ghostlkr759yThe worst ever is when you have an i instead of a 1 and gcc compiles that into a seg fault.
Related Rants
When I just spent 45 minutes ripping my code apart clueless why something so simple won't work, just to find out that the problem is spelling event.keyCode as event.keycode.. maybe don't code while tired at 1am rookie. Complete moron over here
undefined
js