What environmental factors make you lose your motivation?
|
closed as off topic by Robert Harvey♦ Jul 10 '12 at 21:44
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I'm sure this is going to be redundant in some ways, but here's the short list:
|
||||
|
|
|
Boredom. Seriously when a project becomes boring I find it very difficult to work. The best thing to solve this is to try and make it interesting, think of a cool way of implenting a UI component for instance, do something different! :) |
||||
|
|
|
Stackoverflow ;-) stackoverflow makes me lose my motivation only when I come across brilliant solutions that other people post here and then look at the 'legacy'/'spaghetti' code that I have to maintain and work with. Having said that, stackoverflow actually motivates me in more than one ways. e.g. when I come across posts such as this on and find out that I'm not alone out there. :) |
|||||
|
...and lots of other things. I'm not spoiled - it takes quite a bit of these for me to lose motivation. |
||||
|
|
|
having to implement a feature the 'quick way' rather than the right way, usually resulting in accumulation of technical debt, and longer hours chasing out the resulting obscure bugs |
||||
|
|
|
A sluggish computer. I really hate having to wait several seconds for the computer to respond. |
|||||
|
|
Slow compile times. Instant killer to 'flow' and keeping track of things in your head. |
||||
|
|
|
||||
|
|
|
Changing requirements. The thing I most hate is when I finish some project/application/piece of code, do it exactly by the given specs, and then the client tries it and suddenly realizes that the thing I created is not what he wants - but NOW he knows exactly what he wants. When this happens more than once for a single issue, I lose motivation completely. |
|||||
|
|
Microsoft Windows |
|||||||||
|
|
Don't know if this counts as "environmental", but I often lose motivation when what I am doing is no longer an interesting investigation and has instead reached the point of tedious implementation. Usually this is exacerbated by some odious bug which defeats all attempts at me understanding it. At this point I often give up and move onto something else that has grabbed my attention. The internet is a blessing and a curse in this regard. It provides many interesting new projects, but those new projects then act as distractions from my current project. |
||||
|
|
|
I think unrealistic or unclear goals are a major factor that aren't given enough credit in demoralisation/demotivation. Sometimes it can be fixed on your own by sitting down and consciously breaking up tasks into smaller, more concrete ones, and sometimes it requires more communication with your team (if there is one) and getting back to reality. Of course, you first have to realise that it's happening! Part of the problem with unrealistic, vague goals is that there's very little sense of progress even after a lot of work. By breaking down those goals into doable tasks, there's a sense of progress and gratification as each one progresses, which makes a huge difference. |
||||
|
|
|
Management theater. Productivity theater. Not having my own office. Loud work environment. You know, everything mentioned in Peopleware. |
||||
|
|
|
Increasingly, I'm finding it's largely the result of a lack of a "plan" (i.e. serious upfront design, not just a napkin sketch). You can get away without proper planning for years, but eventually, you start to become wise and realize only chumps just starting writing code and then hacking in all kinds of fixes for a bad design. Sure, everyone TALKS about it, but it takes a fair bit of willpower to avoid the "I just wanna code!" feeling and get the design done first. Also, a second for "boredom". If the project isn't something new/exciting, it can be hard to get into it. After all, eventually, all coding boils down to a lot of repetition. Who really gets excited about writing file or socket code anymore? Finally, poor tools always make a job suck, in any profession/hobby (I'm thinking of embedded stuff in particular). |
||||
|
|
|
Maintain copied-pasted code. No matter the language used, I think that when we need to modify something, we should only need to modify it at one and only place. I admit that's an ideal world and we don't live into one. |
||||
|
|
|
Interruptions is the big one for me. If I've made several attempts to get into coding, only to have to dump my mental stack to answer a question (particularly one I don't think I should have to answer), it's really hard to try to get back into it. |
||||
|
|
|
When work of the last hour/day is lost because of some stupid reason and I have to do it again from the beginning. |
||||
|
|
|
Changing requirements, old hardware and most of all... doing things that have nothing to do with software development (such as training end-users, carrying laptops, etc.). |
||||
|
|
|
Noisy Coworkers. Constantly changing requirements. Management deciding to add new features days before we are supposed to ship. |
||||
|
|
|
When I mention the same problem for over 6 months and nothing is done about it other than to acknowledge, "We will fix that soon..." When I spend many many hours putting a ton of effort into something that gets killed on a whim like it was a scrap piece of paper or less. Feeling less than respected and valued as someone who does bring something to the company that employs me. When communication breaks down and instead of things flowing smoothly, there is this jerkiness to how things get done so that 10 steps done today may be 1 tomorrow depending on how others feel like helping with this problem. |
||||
|
|
|
Having to switch to many different projects, thus never being able to develop a feature from A to Z. |
||||
|
|
|
doing useless work because the requestor of the work does not know what he wants and so asks for something which he think is right but it's not. |
||||
|
|
|
||||
|
|
|
||||
|
|