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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Few people are 'cut out' for programming in the traditional way

4 点作者 pyeri大约 1 个月前
Nobody is truly that &quot;cut out&quot; for programming. We might be emotional and biological machines, but we aren&#x27;t logical circuit boards. As humans, we are wired to appreciate patterns in life and relationships, not binary 1s and 0s. However, coding patterns like decision trees, loops, recursions, etc. also do feel interesting to us as long as they produce interesting and utilitarian software which feels like magic.<p>But when the drudgery of programming sets in and all you&#x27;re seeing is just heaps and mounds of instructions that need hours to fathom their working, even the best of programmers feel like leaving the field and running away! And that&#x27;s exactly why things like no-code, low-code, AI assisted development, frameworks and packages, etc. are becoming so popular increasingly. Humans aren&#x27;t &quot;natural&quot; programmers in that sense, they&#x27;re primarily story tellers and meaning seekers in life.

2 条评论

GianFabien大约 1 个月前
I see programming as a means to an end. That is, one of several tools to use in creating solutions to real problems.<p>Perhaps the problem is that much of what passes for programming activity is in pursuit of addressing some trivial problem or burnishing some manager&#x27;s ego.<p>Of course, most of the <i>big problems</i> of our age cannot be solved by computer technologies alone. Solving such problems requires skills in numerous domains, most of which require deep levels of specialized expertise.
yencabulator大约 1 个月前
That&#x27;s just like, your opinion, man.<p>&gt; However, coding patterns like decision trees, loops, recursions, etc. also do feel interesting to us as long as they produce interesting and utilitarian software which feels like magic.<p>To some of us, patterns are interesting because they behave in interesting ways, not because they can be used to make a To-Do list app. Why the hell do you think people get into mathematics?