编程术语
当我浏览该网站时,我发现许多刚起步的开发人员(甚至一些高级开发人员)可能不熟悉的术语。
如果人们可以在这里发布初学者或来自不同编程背景的人可能不知道的术语和定义,那就太好了。
我见过的一些不太常见的术语是“自动装箱”、“元组”、“正交代码”、“领域驱动设计”、“测试驱动开发”等。
代码片段在适用的情况下也会很有帮助。
As I browse through the site, I find a lot of terms that many developers just starting out (and even some advanced developers) may be unfamiliar with.
It would be great if people could post here with a term and definition that might be unknown to beginners or those from different programming backgrounds.
Some not-so-common terms I've seen are 'auto boxing', 'tuples', 'orthogonal code', 'domain driven design', 'test driven development', etc.
Code snippets would also be helpful where applicable..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
在特定问题上添加“术语表”标签实际上可能会有所帮助(例如,我最近看到一个关于表达式与语句的问题)。
It may actually be helpful to go around adding the tag 'glossary' to specific questions (I recently saw one about Expressions vs. Statements, for instance).
c2 Wiki 非常出色。 简洁的定义和示例的完美结合,加上在存在不同解释时进行分解的讨论。
The c2 Wiki kicks butt. Great combination of concise definitions and examples, plus discussions that break it down when there are different interpretations.
更好的是,一个站点域词典,包含 Stackoverflow 上每个编程术语的定义(随着时间的推移),定义本身根据阿特伍德和其他人一直在讨论的类似 Wiki 的方面进行了修改。
那里有编码字典,但它们要么a)垃圾,要么b)无法以协作方式扩展或编辑。
现在,如果我遇到不熟悉的编程术语或缩写词,我的第一站是 Google,然后是 Wiki,最后是众多专用词典之一。 Stackoverflow 没有理由不出现在该列表中。
Better yet, a site domain dictionary, containing a definition (over time) for every programming term on Stackoverflow, with the definition itself modded according to the Wiki-like aspects Atwood and others have been discussing.
There are coding dictionaries out there but they're all either a) crap or b) not extensible or editable in a collaborative way.
Right now if I come across an unfamiliar programming term or acronym my first stop is Google, followed by Wiki, followed by one of the many dedicated dictionaries. No reason why Stackoverflow shouldn't be on that list.
http://en.wikipedia.org/wiki/Boxing_%28Computer_science%29#拳击
这是与计算机科学相关的拳击的正确链接:D
http://en.wikipedia.org/wiki/Boxing_%28Computer_science%29#Boxing
thats the correct link for boxing as related to computer science :D
有人可能比我们先一步;)
Someone may have beat us to it ;)