DEV Community

Discussion on: Longtime devs: Have you rekindled your love of coding after losing the spark at any point in your career?

Collapse
 
yulivee profile image
Sandra Schuhmacher • Edited

I lost my spark for coding while beeing trapped in a toxic work environment. I was coding perl trying to maintain a legacy codebase full of horrible spaghettis. The "senior" dev was pumping out 10.000 LOCs monolith applications no one but him was able to comprehend and openly questioned my ability to code because I had such a hard time maintaining. He also regularly deleted all of my testcases because "test have no value and are a waste of time" and ordered to put all code in a single file, instead of writing modules. Patterns nowhere to be seen. I completly lost interest and love in coding.

How did I get it back? I went back to university for a masters degree and switched to working part time. I made friends with a really awesome person who works as a fullstack-dev. We got to know each other during a project assignment in an AI class and started coding together in our spare time in C#. Coding was fun again and not something that just paid the bills. Together we coded enough that I finally was brave enough to apply for a C# Junior role and leave that friggin Perl codebase behind. Now I am in the finishing year of my master, learning tons of C# in my new role, work on a computer game and home automation with my friend.

Its all about the mentors, friend. A good one can really help you become more than you can imagine yourself. A bad one can kill your career of choice if you are not careful.