Undervalued Engineering Skills: Writing Well
blog.pragmaticengineer.com
Undervalued Engineering Skills: Writing Well
1–10 of 385 posts
Re: Undervalued Engineering Skills: Writing Well
#2I feel like these are such softball answers, as no one will say no, this is bullshit.
Re: Undervalued Engineering Skills: Writing Well
#3It's hardly undervalued. Another one mentioned too much is "empathy". I feel like these are such softball answers, as no one will say no, this is bullshit.
EDIT: Fixed stupid autocorrect error (thanks sokoloff). I wish browser inputs had grammar hints as well as spelling correction.
Re: Undervalued Engineering Skills: Writing Well
#4Writing a couple of pages of design docs or an Amazon-style 6 pager or whatever might take a few days of work, but can save weeks or more of wasted implementation time when you realise your system design was flawed or it doesn't address any real user needs.
Re: Undervalued Engineering Skills: Writing Well
#5This article is absolutely spot on when it points out that these skills become increasingly important as the size of an engineering organization grows.
The biggest challenges in engineering at scale (scale in terms of complexity and size of the team) are around communication. Good writing is how you scale your communication, especially if your team aren't physically co-located.
I don't think software engineers talk about or think about how to improve technical writing nearly enough.
Re: Undervalued Engineering Skills: Writing Well
#6I'm hardly John Steinbeck or Mark Twain, but I've always felt that if I wanted to be treated like a grown-up, I should write like a grown-up, and as a result I have tried to write well. I try and be understanding of typos, because those are just honest mistakes, but when an adult sends an email to me saying something like "when r u going to do this?", I get a bit annoyed.
Re: Undervalued Engineering Skills: Writing Well
#7It's hardly undervalued. Another one mentioned too much is "empathy". I feel like these are such softball answers, as no one will say no, this is bullshit.
It's definitely undervalued by engineers themselves. I.e., the majority don't seem to treat this skill as a priority in their professional development. However, it's definitely not undervalued by the companies that hire them. Especially as they progress through their careers, where they will experience a glass-ceiling affect if they have not sharpened that skill. EDIT: Fixed stupid autocorrect error (thanks sokoloff)…
(Normally I'd let this pass without comment, but because of the specific topic of this comment chain, you mean "glass-ceiling effect" not "affect" there.)
Re: Undervalued Engineering Skills: Writing Well
#8It's hardly undervalued. Another one mentioned too much is "empathy". I feel like these are such softball answers, as no one will say no, this is bullshit.
Re: Undervalued Engineering Skills: Writing Well
#9The more experience I get as an engineer, the more time I spend writing documentation, proposals, tutorials and the like. This article is absolutely spot on when it points out that these skills become increasingly important as the size of an engineering organization grows. The biggest challenges in engineering at scale (scale in terms of complexity and size of the team) are around communication. Good writing is how y…
Re: Undervalued Engineering Skills: Writing Well
#10I agree with the author that writing is one of the most undervalued skills for SWEs, but for a completely different reason - it forces you to reason things through properly, even if nobody else will ever read what you write. Writing a couple of pages of design docs or an Amazon-style 6 pager or whatever might take a few days of work, but can save weeks or more of wasted implementation time when you realise your syste…