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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are the best acronyms that programmers should know?

11 点作者 andkon大约 8 年前
I just discovered YAGNI — &quot;You aren&#x27;t gonna need it&quot; — and facepalmed at all the time I would&#x27;ve saved if I&#x27;d really internalized that lesson sooner. Apparently, it&#x27;s a frequent enough problem that it&#x27;s now an acronym.<p>What else should I be liberally referring to as I try to improve my practices?

19 条评论

rwieruch大约 8 年前
API [0] - application programming interface<p>- not often explained when learning programming, but essential<p>- [0] <a href="https:&#x2F;&#x2F;www.robinwieruch.de&#x2F;what-is-an-api-javascript&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.robinwieruch.de&#x2F;what-is-an-api-javascript&#x2F;</a>
deliriousferret大约 8 年前
KISS: Keep it simple stupid
sh87大约 8 年前
Looking for acronyms is a waste of time, let alone save you time. Just make enough mistakes fast enough to learn from them. And Let The Acronyms Be Alone. ALTABA.
gtvwill大约 8 年前
PEMDAS Mathematical order of operations. Parenthesis, exponent, multiply, divide, add, subtract. I only learnt this a year ago and it&#x27;s almost embarrassing how much my maths or ability to understand math has improved from this(I&#x27;m 28 and never gotten taught this in schools general maths so I used to find math really difficult).
评论 #14318777 未加载
评论 #14315474 未加载
评论 #14315227 未加载
Leviter大约 8 年前
Definitely SOLID <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SOLID_(object-oriented_design)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SOLID_(object-oriented_design)</a><p>It contains: - SRP - OCP - LSP - ISP - DIP
1ba9115454大约 8 年前
KISS - <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;KISS_principle" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;KISS_principle</a>
kojeovo大约 8 年前
PEBKAC
评论 #14319268 未加载
robin_philip大约 8 年前
CRUD - create read update delete ACID - atomicity, consistency, isolation, durability
tmaly大约 8 年前
RTFM
dikiaap大约 8 年前
LGTM, SGTM. Looks, Sounds good to me. WIP. Work in progress.
probinso大约 8 年前
Pebcak is the only one you need
boyter大约 8 年前
CAP<p>Consistency Availability Performance. At scale, pick any two.
评论 #14315044 未加载
评论 #14313326 未加载
beamatronic大约 8 年前
FUBAR, WTF, SOL, SSDD, STFU, FML
jaberwock1大约 8 年前
WET - Write Everything Twice
NonEUCitizen大约 8 年前
NDA 83(b) IPO AMT
savethefuture大约 8 年前
REPL, SOLID, DRY, CQRS
tedmiston大约 8 年前
The various stack acronyms such as LAMP and MEAN.
BjoernKW大约 8 年前
TLA
laynetrain大约 8 年前
DRY