DEV Community

Discussion on: Why Do Companies Ask For Passion?

Collapse
 
rydra profile image
David Jiménez • Edited

I fully agree with you. I'm a picky developer in terms of code quality, and I want to deliver always as best as possible within time frame. This pursue of quality is what motivates me to find new approaches and technologies, listen and learn from people and, at the same time, share my knowledge. I would call that passionate.

I have something clear though: I'm a professional and I appreciate and give a lot of value to my free time. If something I do on my free time casually matches the company interests then good for them, but it's not my main driver.

Thread Thread
 
aghost7 profile image
Jonathan Boudreau

Yes, you also have to make sure boundaries are respected. In my experience when those boundaries are not respected its usually caused by one or a combination of:

  • Lack of communication from the developer. Lets say a developer tries to fix things without discussion during a tight deadline. This will result in working beyond normal hours. If a refactor needs to happen but there is no time in the sprint, it should be brought up to the lead / team members and put in the backlog.
  • Lack of understanding from the manager as to how good software is made. It is best to work with the lead to try to address things. For each sprint, plan for some "fix time" works pretty well.

In short, "passionate" is a small part of what constitutes a good hire. Definitively a good trait to look for though.

Thread Thread
 
bdelespierre profile image
Benjamin Delespierre

Interesting point of view!