Live data from Hacker News

Ask HN: What do you think are the fundamental skills for software engineers?

news.ycombinator.com

1–10 of 12 posts

Ask HN: What do you think are the fundamental skills for software engineers?

#1
As the software engineering landscape evolves, what do you think are the non-negotiable, fundamental skills every software engineer should have?

I've compiled my thoughts on this in a recent post (https://ruslanspivak.com/bb02/), but I'm curious to see what others think.

NOTE: The post contains a link to a page with Amazon affiliate book links, which you can ignore if you prefer.

Re: Ask HN: What do you think are the fundamental skills for software engineers?

#3
Soft skills should be much higher on the list. Software engineers, depending on the org, will be asked to interact with a lot of non-engineering, non-technical types that are in a position to make decisions. If you can't explain a problem or proposed solution in a way that they can understand, things are going to be harder than they need to be. Sometimes you'll need to extract requirements from these individuals for a feature because BAs and PMs are coming up short in getting the right details. Learning how to talk with people through their idea and not make them feel stupid but instead make them feel like they are a partner goes a long way.

Re: Ask HN: What do you think are the fundamental skills for software engineers?

#4

Soft skills should be much higher on the list. Software engineers, depending on the org, will be asked to interact with a lot of non-engineering, non-technical types that are in a position to make decisions. If you can't explain a problem or proposed solution in a way that they can understand, things are going to be harder than they need to be. Sometimes you'll need to extract requirements from these individuals for…

Absolutely agree, soft skills are crucial. I didn't mean to imply they're less important by listing them last, but I see your point.

Re: Ask HN: What do you think are the fundamental skills for software engineers?

#7

I have always said, I say, and I will say: an apprentice is complex about simple things, a master is simple about complex things. Be accessible to people. And also optimize your code, program as if every byte counts.

Interesting, never heard it expressed like that. Thanks for the comment. And simplicity is definitely key.
Post reply on HN