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
-
chrisx841698yTotally know how u feel. Took me an hour yesterday to figure out why my laravel site was throwing a error. I forgot to add a semi colon at the end of a function call
-
vringar16638yI spent a couple of hours trying to figure out why my logic wasn't being executed.
Mixed up < and >. -
Kaji22628yIf you don't spot the little things, chances re your customer will. Even if you try to catch all of them, something's bound to make it through.
-
donnico12698yLogic aside I can't work anymore without Nazi linting. The ones that point out even spaces and indentation as error which alt the compilation. Yes this is how much messy I am.
-
Kalvin12378yIt happens to everyone. Last Monday I spent like 30minutes wondering why my CSS class didn't work only to find out that I wrote clas instead of class
"Don't worry about the little things."
- Programmer, never.
Spent way too much time debugging and the issue was a missing exclamation mark - once again.
It's always the little things!
undefined