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
-
boo19974048y9 times out of 10, I will forget to call the new method I just wrote.
Earlier I even used to spend time debugging it, but now, since I know myself, the first thing I check when my newly implemented stuff doesn't work, is whether I have even called it or not.😂 -
Surprisingly, I very rarely do these kind of errors...
Feels a little bit down for being the odd one out...
Doesn't know whether to celebrate or feel a little sad... -
Nayan18998yJust happend with me this morning 😂😂😂 my android app was crashing and I was trying to fix xml layout (God knows what I fixed there)
-
zfor14868yIt happens to me as well when I work on the DB. That fucker works better if you sync your changes before testing...
WHY THE HELL DOESN'T THIS METHOD WORK??!11!?? Oh, I never called it yet ._.
undefined