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
-
MatanRad7437ySometimes the people who are supposed to know best are the ones that know nothing.
Reminds me that long ago I was in a databases class and the teacher was teaching MS Access and used the interface. I used SQL and she told me to "stop programming and return to databases" -
@MatanRad I know what you mean... I have a colleague who has a firm belief to never use LEFT JOIN in a SQL query and only RIGHT JOIN. She’s been working with the company writing sql scripts for 8 years now. I don’t think she fully understand how the joins work and the order in which the tables are joined matter. She’s supposedly the expert, but I started to question it when she told me to do
“from table_y right join table_x” instead of “from table_x left join table_y” -
Root797677ySounds like my CTO at work. Unless I ask him a question about his code specifically, the answer is nonsensical.
"your hard drive runs through github"
"commands work differently in shell scripts. You have to learn them all over again"
Among many others.
Related Rants
-
Mitiko7He wanted a project. I gave him a project. He wanted to collaborate. We did collaborate. He wrote nothing. He ...
-
yellow-dog8Was originally hired for 3 months. Just finished the project 2 weeks ago, after 1.5 years. I fucking hate da...
-
2erXre546In Switzerland/Germany we have an abbreviation TEAM: "Toll Ein Anderer Macht's" which means "Hurray another on...
My friend brought me a simple python problem. He expected the output to be 2,2,3... instead of 2,3... I didn't know python, but with a quick tweak to differentiate the two prints, I understood that the range() function is exclusive.
Before coming to me, he asked his senior dev & that guy just said - "Oh, your editor has a problem". 😐
rant
wk76