TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Does being a coder professionally ever inhibit you from improving?

2 pointsby pizzaparty2over 5 years ago
For example, say you code the same type of C# every day. Or worse, say you&#x27;ve found your way onto a team with developers who don&#x27;t know the language and certainly don&#x27;t know how to do anything but write in that very basic C++ style that you learn in programming 101. At that point there&#x27;s no point for you to improve because it doesn&#x27;t matter what you know.<p>Another example is how you often times have to spend all day working. After sitting still in a chair being torture forced to figure out someone elses astonishing code for 8 hours I don&#x27;t want to go home and sit in a chair and code. I want to join the local fight club.<p>Another example is it&#x27;s incredibly aggravating to me when I know all about a subject for some reason (perhaps learning about it off work or at a previous job). By chance this subject comes up at work and I try to steer the team the right way but quickly discover how little my expertise matters in a room full of ignorant decision makers.<p>Have you ever noticed that being employed as a programmer actually caused you to become a worse programmer? Do you have examples of your own?

1 comment

altaccover 5 years ago
Yes in regards to the first two examples. The third seems to confirm that you&#x27;re really not enjoying where you&#x27;re working!<p>I&#x27;ve definitely experienced a slowdown in my continued learning of development by working in a company dealing with niche languages &amp; legacy systems. That knowledge is useless to me now. However there was learning &amp; development in other areas, so whilst my coding skills suffered, other skills improved and I became a decision-maker, team lead and useful enough to a client that I was hired by them for a significant pay rise. But I definitely should have left earlier than I did and spent more of my free time practising the coding skills I was neglecting.<p>But as you say, after a full day of coding it can be hard to find the motivation and mental energy for more coding &amp; learning. We do benefit from variety in our lives, so usually there is less time than we&#x27;d like for everything in our lives. Now that I almost never code during the workday I really enjoy the times that I do code at work, or on side projects in the evening.<p>Your last point, about being ignored, is a mix of having the soft skills to steer people to your view and working in a company where that&#x27;s a normal process. If decision-makers don&#x27;t want to listen then no amount of persuasion will get them there. For other situations, it tends to be about framing or finding a path for people to come to their own conclusion, such as proof of concepts, pair research, etc... Assumptions of expertise and ignorance tend not to be helpful. I&#x27;ve learnt a lot in my time from working to understand why people think a solution isn&#x27;t right.