TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What Programming Skills Will Still Matter in 10 Years?

12 点作者 schappim18 天前

14 条评论

CM3017 天前
Well, software design and architecture are the big ones. Programming a system in its most basic sense is pretty easy, while structuring it so it&#x27;s understandable and easy to maintain is a whole &#x27;nother story. If you need a great example of what happens when you don&#x27;t have that... well, look at any &#x27;vibe coded&#x27; product going viral on social media. The creators have no idea what their tools are doing and no plan for anything going forward, so are drowning under a pile of auto generated code they have zero understanding of.<p>Feels like software security knowledge will probably remain relevant for a while too. It&#x27;s all well and good getting an LLM to code the system, but without any idea of what exploits are being used against that language&#x2F;framework&#x2F;software as a whole, you&#x27;re almost certainly going to get hacked at some point or another.<p>But to be honest, I&#x27;d also programming in general will still matter in 10 years, especially for more niche domains. Yes, stuff like Claude can throw together apps and programs in JavaScript or PHP or Python, but they don&#x27;t have training material for every language or domain. If you&#x27;re not working as a web developer, then things probably aren&#x27;t going to change as much as you think they will...
ivape18 天前
It&#x27;s tough to say because we definitely have created an exoskeleton with AI. We would need to tell a society with ubiquitous exoskeletons to mindfully exercise their body so it does not atrophy. The exercise you would get hiking will never translate to core body strength with the exoskeleton on. Likewise, core body strength would only have ambiguous value since everything would be done with an exoskeleton regardless since it&#x27;s simply better. For programming specifically, you can already see it with Leetcode. Which of the Leetcode problems really matter and why for most work? Few for most us, but whoever is deciding what is important will decide what it is important. Google for example decides which Leetcode problems are important and they will decide in the future in the same way. It will have nothing to do with the reality of the day to day.<p>This is a very long-winded way of saying <i>gatekeepers gonna gatekeep</i>.
babyent18 天前
Probably software design and architecture.<p>Anyone can do programming. That&#x27;s not really that impressive.<p>Writing&#x2F;organizing&#x2F;evolving software so it scales along with the organization (note: not speaking about performance here) is super important.<p>How will the software be built&#x2F;maintained&#x2F;deployed when there are dozens of orgs, each with dozens of teams and sub-teams?
评论 #43800850 未加载
评论 #43806168 未加载
评论 #43801571 未加载
jleyank18 天前
Debugging. No matter what’s created and how it’s created it will have to be debugged.
评论 #43803766 未加载
austin-cheney17 天前
Writing original software. For example: building a new tool from scratch to solve a valid problem that real people have. Most developers cannot do that without tremendous help and a bunch completely unnecessary abstractions.<p>Measuring things. For example determining performance harms and improvements from new features or determining trend shifts during a defined duration.<p>Accessibility, security, transmission, and operations.<p>Requirements analysis.<p>Visual design, user experience, and information architecture. I mean actual product design and not just using a tool&#x2F;framework to put text on screen.
mikewarot17 天前
Impedance matching - In RF design, the maximum power is transferred to the load when it&#x27;s impedance matches that of the source. Your job as a programmer isn&#x27;t actually the churning out of code, it&#x27;s the matching of the human and corporate specified requirements (and the subtle errors therein encoded) against what&#x27;s actually possible to do with code, regardless of the source of said code.<p>High level languages, debuggers, etc... are all tools to aid in matching your impedance to that of the computer, etc.
damnitbuilds18 天前
Not programming, but:<p>Requirements gathering. System Analysis. System Design. Engineering.<p>Will all matter the same as they do now.
n3t18 天前
Look what mattered 10 years ago, reflect on that, and draw your own conclusions.
评论 #43800622 未加载
solardev18 天前
Sprinklers. Have you ever tried to program the timers on one? They&#x27;re hell!<p>But after the AIpocalypse, it&#x27;s only the not-yet-sentient sprinklers that will still be willing to water our few remaining crops and feed us.
muzani18 天前
It&#x27;s going to be more about <i>engineering</i>. We don&#x27;t need to know how transistors work to make a website. But moving forward, you do want to know patterns like repositories. You want to know terms like &quot;decompose a conditional&quot; - most programmers already decompose conditionals, they just don&#x27;t know what it&#x27;s called because we never had to use the term. AI knows all the term, use the language. AI is also amazing with stuff like DDD, and I find that when working on some creative work, I might ask it to just break down a concept into ubiquitous language and such.<p>And let&#x27;s say AI does all the programming for us, but engineers are there to know what can be programmed and what couldn&#x27;t. Engineers are there to prevent business from trying to make flying submarines.<p>Basically engineers are the girl in front of the computer who can answer this question: <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;1425&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;1425&#x2F;</a>
callamdelaney16 天前
All of the current skills that are relevant.
techpineapple18 天前
All of them.
评论 #43798651 未加载
emrah17 天前
High level stuff: design, guidance, review etc.. but you can&#x27;t get good at those without first coding a lot ¯\_(ツ)_&#x2F;¯
taf218 天前
All of them.