> Fearlessness is undervalued Being technically fearless is also a trait I've identified in engineers I enjoy working with. It's hard to quantify how you gain this. I think it's a combination of strong fundamentals and deep curiosity. It forms when things stop being magic.
I observed that many people are really afraid even of basic things. "I don't want to click here because I don't know what it does. Maybe it breaks my computer or deletes all my stuff." Maybe it's because I started using computers as a child (~9 years old or so) but I always had the mindset to just try things out. You cannot really break the computer or delete stuff. Every tool will always put a very clear warning bef…
Professional Programming: The First 10 Years
31–34 of 34 posts
Re: Professional Programming: The First 10 Years
#32Re: Professional Programming: The First 10 Years
#33Three points I think are undervalued in my experience:
> Typing can be the bottleneck
> The most important trait in developers: rolling up their sleeves because it has to get done
> Nothing really matters, except bringing value to the customer
I often feel the code needed to deliver value is not that complex and most senior folks can do it, but in an effort to "save time" on typing, they try to design something complex and debate endlessly, when what's really needed is rolling up your sleeves, getting it done, then saying "oh that? I finished coding it and it works, let's ship it already"
(edit: formatting)
Re: Professional Programming: The First 10 Years
#34Amazing post, thanks for putting this together. Three points I think are undervalued in my experience: > Typing can be the bottleneck > The most important trait in developers: rolling up their sleeves because it has to get done > Nothing really matters, except bringing value to the customer I often feel the code needed to deliver value is not that complex and most senior folks can do it, but in an effort to "save tim…