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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Symmetry

19 点作者 r4um大约 1 年前

2 条评论

psychoslave大约 1 年前
The key word in this post is &quot;discipline&quot;.<p>What would you take:<p>- a big feature change on a code that uses only goto as structure flow that was coded by a disciplined experimented coder who had maintainability in mind and hearth<p>- a small bug fix in code base using every C++ feature under the sun by a wanna show beginner
评论 #40285691 未加载
ReleaseCandidat大约 1 年前
&gt; [...] so it could really be 4 things. We may be missing one.<p>As the code is equivalent to<p><pre><code> if BLA { ... } else if BAZ { ... } else { ... } </code></pre> I do not see a reason why there should be a branch missing. Of course, there is no reason to believe that there isn&#x27;t something missing either, but arguing with symmetry does not help.