Details
-
Github
Joined devRant on 6/30/2016
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
-
Found this gem today (and there is not anything else defined as "any") WTF are you kidding me? Some people should not be allowed to program2
-
I'm sorry to say this but if you keep changing your naming "convention" every freakin day it's not a convention2
-
Why tf are you telling me that I get to choose the format of the text that I'll need to parse later if you keep using any other freakin possible format on earth except for the one I chose 😠
-
Stop ask me if I can have a call every freaking time I send you an email. If I wanted to talk to you I would have called.3
-
At work we use a custom python library to parse XML responses from an internal API to objects. I literally spent half an hour pondering why an if statement was misbehaving. Turns out it parsed <tag>false<\tag> as obj.tag = 'false' instead of the boolean False which obviously made "if obj.tag:" misbehave 😒
-
The part I hate the most about working as a dev is writing the docs. The sad thing is that I need to do it on Friday (which is weekend here) as well for my private project (a python library)
-
It's so hard to pick a good variable/class name, how the hell will I be able to pick a good name for my future kid?5
-
We all know that scumbag test that sporadically decides to fail. Simply running it again makes it pass.1
-
Have been coding all day and now writing the docs. I keep pressing ctrl+space and tab and expecting auto complete to work. So annoying5
-
I work as a customization and integration developer. Two months ago a customer opened a support ticket with an issue they encountered. I fixed it and released the new package. Today they opened a new ticket on the very same issue. Turns out they never even installed the fixed version.1