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
-
rui9024226yI still don't have many experiences, but been on the industry for long enough that I have read a lot of people complaining about similar stuff! I guess it's what happens when your boss / manager looks at software development / engineering like those hacking movies where they just press keys and stuff shows up ahah
-
rui9024226yOh, and I forgot to rant about the most important part!
Me - So, you're using GIT?
Friend - Oh, I use SVN
Me - *Sobbing* ... Please ... No -
imerljak2596y@rui902 my boss was a developer himself and I hear the exact same things in a daily basis.
-
rui9024226yI'm a young guy, learning the hard way that a No is actually needed some times. I tend to say yes to everything and everyone, I just love helping.
-
rui9024226y@imerljak Damn, a developer boss doing that... Never imagined. Out of curiosity, does he even help, or just throw stuff for you to do?
-
imerljak2596yThe ideia that a simple copy paste should work in a completely different code base amazes me.. It's more than stupidity for a person that works in the software industry.
-
rui9024226y@imerljak The guy is not from software industry _per se_ , but, after two years of seeing how stuff works, it should be at least logical to ask me first.
-
rui9024226y@imerljak Plus, what he was talking about was a completely different type of crawler I had built, different language (Java VS Python); Although I'm far more comfortable now with Python than Java, the point was that it was because of the framework that was doing big part of what we wanted, and the way it worked, was completely different... Never in my life I would even use the same approach on the two projects!
-
To play devil's advocate, usually (not always) managers do this shit because devs don't say "no. We can't do that." Instead they tend to say something like, "man that's going to be pushing it" or the classic "okay..."
Related Rants
CEO - So... We'll have a new side project, it's a small thing, I spoke with a guy, he needs just a small thing...
Me - Ok....... So, what do you need me for?
CEO - Not much, this guy started a project but wants your help on a small part, and you already did something similar for us, so it should be fast, just copy and paste and change a little bit. You probably know better than me.
Me - *Sigh* ... So `friend`, what do you need from me?
Friend - So, I made a crawler that is storing some information on a local file, I just need to add multiprocessing and multithreading, a producer-consumer system with a queue so I can automatically add new links every now and then, a failback system, so when a process doesn't finish, it should be re-queued and crawled later, store all the information on a database cluster (that is not set up), [......]
Me - And when is this supposed to be up and running?
Friend - Your CEO told me you could do this by the weekend. Can we finish this by Friday?
Me - *facepalm* FML
rant
wk132