Why I chose coding as my profession

Fehmi Can Saglam
CodeX
Published in
3 min readFeb 3, 2022

--

I can’t say it was a conscious or well-informed decision when I first started coding back in 2000. I just fell in love with coding as soon as I wrote my first line of C code. That said love is not enough to pick something as a profession and build a career on top of it. There are many options to choose from on the hopefully long path of life and I would like to tell you my story.

A long path. Karower Teiche, Berlin.

Disclaimer: All the terms I mention in this article are only defined by my perception which might and probably be wrong.

Sofware engineering vs coding

I intentionally used coding in the title of this article. It’s the year 2022 and it’s still arguable whether software engineering is really an engineering discipline or not. I don’t care about this debate though. From my point of view software engineering formalizes how software teams work together, how software is tested, how software is rolled out to production, how individual software components talk to each other and etc. For instance, I consider both TDD and Agile Software Development part of software engineering.

Coding is an art
When it’s my turn to write the code that will implement the required task, it’s time to show my art. Right, I see coding as an art and every coder’s art is different. You have to think carefully before writing each line which is totally different from laying bricks. That is why I never liked Copy-and-paste programming or Stack Overflow Driven Development. In my opinion each line of code is an opportunity to improve and to grow. There always is a better way to do something. So the fun never stops.

The joy of continuous learning
Technology is changing rapidly. There is something new to learn everyday. If I did the same thing over the last 22 years, then I would have been bored by now. Continuous learning is definitely challenging but luckily there are a lot of tools for learning.

I’m persistent

If what you are doing does not allow you to repeat things, then it is a challenge. I love challenges. I love solving hard problems. I’m so persistent that I can spend hours, even days to solve problems since I was a kid. Coding is a never ending challenge for me.

Power of repetition
Don’t underestimate the power of repetition and hard work though. You need that to see patterns easily and come up with different solutions quickly. When I was a student I used to code almost all day long, usually until morning, missing many classes or sleeping at my desk. When I first had a full time job in my 20s, I used to code until 2am every night. I was able to do this because I enjoyed doing it. It wasn’t work, it was fun.

Does it have to be fun?
I believe there are many software engineers out there who do not enjoy coding that much but still earn good salaries. In my humble opinion even though this is totally fine, being a really good coder requires persistence and persistence is very hard if you do not enjoy what you are doing.

I’m impatient

This may sound contradictory but I’m impatient to see results. Coding usually has a fast feedback cycle where you can easily try and throw out things. It’s quite easy and cheap to start over if you don’t like what you have come up with. Personally I try to optimize for simplicity. Therefore my go-to question after finishing an implementation is “ Is this simple enough?”. If it’s not, I just start over. You rarely have this possibility in other professions.

In a nutshell

I consider myself lucky since I am doing what I really enjoy and get paid for it. That said coding is very challenging which is both good and bad. It requires commitment, continuous learning and hard work. I hope my experience gives you a hint and makes it easier for you to decide on your career path.

If you liked this article, then you might also want to check out how different programming languages inspired me throughout my career. I have a superpeer profile as well. Please feel free to book a 30 min session if you would like to talk more about software development in general. I am also on Twitter.

--

--

Fehmi Can Saglam
CodeX

I’m a software engineer based in Berlin. I write mostly about programming and living healthy.