I'm constantly bombarded with "quick" questions from coworkers about how some part of my code works (or more often why it doesn't). After several such interruptions it's harder and harder to even try to focus, maybe some kind of neurosis, fear of being interrupted once you are again in flow?
Ask HN: Why aren't you coding?
81–90 of 316 posts
Re: Ask HN: Why aren't you coding?
#82I am paid to solve problems, programming is one part of that, thinking about the problem and the code is a prerequisite to programming. Sometimes one needs to step back and let things sink in rather than continuous action (programming)... while doing that you can even play games, I'll admit some activities are better than others for the purpose of de-focusing your subconscious - but sometimes you also just need a sho…
The vast majority of my job, outside of writing efficient and secure code, is learning about other systems and domains. Software Engineers can be employed in anything from financial technology to healthcare to kids toys. You're going to have to step outside of your depth a lot and at least having some shallow platform to stand on is imperative.
Re: Ask HN: Why aren't you coding?
#83Re: Ask HN: Why aren't you coding?
#84Re: Ask HN: Why aren't you coding?
#85Re: Ask HN: Why aren't you coding?
#86Whereas my programming and design work has only reached tens of thousands interacting with it over the last two years this is hopefully seeding for a big future.
Re: Ask HN: Why aren't you coding?
#87Re: Ask HN: Why aren't you coding?
#88Re: Ask HN: Why aren't you coding?
#891. On StackOverflow learning more about how C# works under the hood to understand memory/CPU usage (newer to C#, used C++ in a past life)
2. Building/debugging a spreadsheet in Excel (not a software engineer by job description)
3. Debugging software issues on hardware by messing with the hardware
4. Thinking about how to code to solve the problem; drawing/writing things out, etc.; rather than just diving in head-first (need to do this more...)
Re: Ask HN: Why aren't you coding?
#90The last time I was paid to be a developer by a company, the most prominent reasons I was not writing code were: 1. I am in the 5th meeting to discuss the details of a 10-page document about a feature that would take 100LOC to write if we weren't using Spring. 2. I am waiting for a dependency manager that is incapable of resuming downloads to download my dependencies from the private repository of dependencies which…
> it is my responsibility to ensure that the alerting is actually working > delegating tasks is some fake thing to make others feel good Somebody has to ultimately be responsible though right? If you're a team lead, isn't it still your responsibility to make sure the work your team has done is actually working before you tell your manager that it is?