Details
-
AboutNot a real dev. Salesforce one.
-
Skillssalesforce, apex, js, java
-
LocationWarsaw
Joined devRant on 6/20/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
-
You know what really grinds my gears?
Seeing a 5-line comment, that have absolute no value, for a variable declaration.
Example:
/*
*
* String that holds a delivery address.
*
*/
public String deliveryAddress;8 -
I've talked with my friend about what does that mean to work as QA. It seems all they do is watching yet vids with kittens and slacking off, and basically they are useless.
But then, it clicked. They are people to blame first if shipped product have bugs.
I wonder if one day, one dev just thought(after getting reprimanded by his boss for bugs in the final product): "hey, I don't need to listen to this, we can hire a guy for that!1 -
When you start inspecting code of the page you are using, and you find something like this...
Not sure if I want to make this reservation anymore...1 -
You know that you've just gained few levels when you found out about magic in vim.
:help magic
Also term "very magic" is superb. -
Just had a Skype call that explained a Skype chat about the fact that I can't do anything on a task, because we are waiting for another (external) dev do finish his work.
Time wasted for Skype chat: 10 min
Time wasted for Skype call: 20 min
Time wasted for stopping myself from doing any harm to the user: 30 min4 -
My pm requested me to estimate few tasks on a new project(single page app), the problem was that he was creator of these tasks, so we ended up with
- Create back button
- Create next button
- Create table with contents
... etc
As I prefer to take things literally I estimated each task as they literally should (5 min for adding buttons etc). So all tasks together were estimated for about 5h, while whole project was estimated for 100MD. After few talks and discussions we ended up with:
- Create back button
- Create back button logic
- Create next button
- Create next button logic
etc1 -
Most pictures shared here are in so poor quality it is hard to read text.
Do people post so low quality pics, or dev rant has to compress that match?3 -
People rant here about how they hate documenting things or writing tests or whatever.
Yes these things are not the most interesting but I have a feeling that we are forgetting about most horrendous of tasks - estimating. Especially in agencies. Especially related to altering legacy features. Especially big projects.
I mean, I'm spending time doing something that is basically dev's Voo Doo, hoping that I will be right... and usually I'm not.6 -
When you answer the same question, from the same guy, for the Nth time about why this thing you developed N months ago works as it was designed, based on his requirements.
And at the end you can't really be mad, because he is super friendly and being sorry for that... again...