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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

New Programming Jargon (2012)

59 点作者 cdl超过 11 年前

7 条评论

greenyoda超过 11 年前
This was extensively discussed on HN when it first appeared in 2012:<p><a href="https://news.ycombinator.com/item?id=4273034" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4273034</a>
评论 #6383245 未加载
评论 #6383404 未加载
h2s超过 11 年前
Apart from being based on a piece of programming terminology, the twelfth item in the list seems not to be about programming at all, but rather a flagrant plug for a book.<p>How is this the first time I have noticed that?
_random_超过 11 年前
&quot;7. Stringly Typed ...&quot;<p>Hey, JavaScript developers have feelings too, you know!
JimmaDaRustla超过 11 年前
I ran into a Yoda Expression when coding a step condition check in JCL: <a href="http://publib.boulder.ibm.com/infocenter/zos/v1r11/index.jsp?topic=/com.ibm.zos.r11.ieab600/iea2b690573.htm" rel="nofollow">http:&#x2F;&#x2F;publib.boulder.ibm.com&#x2F;infocenter&#x2F;zos&#x2F;v1r11&#x2F;index.jsp...</a><p>It was infuriating because the logic is not forward thinking - if you want to check if a return code is an error (RC &gt; 4) then your check has to be 4 &lt; RC. The worse part was, the COND function was to test if the step was being skipped, so if you wanted to invert the logic to execute the step if the previous steps had no errors, it became 4 &gt;= RC.<p>Edit: And because it is more of a &quot;function&quot; call, you can&#x27;t modify the order. You MUST use it that way.
评论 #6382697 未加载
评论 #6383386 未加载
评论 #6383255 未加载
suyash超过 11 年前
My favorites: 9. Doctype Decoration , 16. Fear Driven Development - very common these days , 20. Ninja Comments - classic!, 22. Protoduction - Hilarious! , 27. Mad Girlfriend Bug
ternaryoperator超过 11 年前
try { } catch (Exception ex) { &#x2F;&#x2F; Gotcha! }<p>I see this a lot in Java code. However, this does not catch all exceptional conditions, specifically not Errors. If you want to do catch everything, then catch Throwable, rather than Exception.
评论 #6383805 未加载
jmadsen超过 11 年前
Ah, thought it was going to be about &quot;reposotories&quot; (aka Fox News git jargon)