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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How much of your thought process while coding is verbal?

2 点作者 thewarrior大约 1 年前
Inspired by the “programming is thinking” post. How does your thought process look like ? Is it verbal or intuitive ?

4 条评论

JohnFen大约 1 年前
It depends. If I&#x27;m &quot;in the zone&quot;, there&#x27;s nothing verbal about it. I stop seeing the screen or feeling the keyboard and the code just flows forth. I do have a mental imagery in the form of geometric shapes, but that&#x27;s about it.<p>If I&#x27;m not &quot;in the zone&quot;, then I verbalize a lot either with my actual voice or in my head, stating out loud what the immediate problem I&#x27;m solving is and walking through the steps I&#x27;m taking.
cc101大约 1 年前
It&#x27;s maybe 10% strictly verbal, and that only when I&#x27;m having trouble. More significantly, I make very heavy use of fully formed multi-word camel case variable names. It&#x27;s much like speaking out loud. It is hugely useful, and the compiler doesn&#x27;t care.
interbased大约 1 年前
I’d say it’s about 50&#x2F;50. It’s verbal when considering what to name variables, styling the code, and ensuring I didn’t make any mistakes. When considering the flow of the code, and what pieces to put where, it’s more intuitive.
dave4420大约 1 年前
A little bit verbal, a little bit intuitive, but mostly visual (both equations and diagrams).