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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Experiment, Simplify, Ship

48 点作者 stablemap将近 6 年前

3 条评论

Sytten将近 6 年前
I personally think they missed one big pain point of Go: the logging. The standard logging should be an interface for structured logs that can be implemented by various vendors instead of the current really basic logger. This is especially bad for third party libraries that either force you to use one logging library (logrus, zap, etc) or built their own custom interface which you then have to implement yourself for your logger. That is something they should have stolen from Java...
评论 #20591297 未加载
frou_dh将近 6 年前
This was an exhausting read because Rich Hickeys &quot;Simple Made Easy&quot; presentation from years ago transmitted a mind-virus to me where I have to stop and have an internal conflict every time I read simpl(e|ify) in a programming context.<p>It&#x27;s notable how so many independent programming communities seem enamored with Simple being the goal, yet probably don&#x27;t even agree on the definition of the term.
评论 #20591318 未加载
评论 #20591327 未加载
coldtea将近 6 年前
There&#x27;s an eerily condescending tone throughout the piece. It&#x27;s addressed to programmers and discusses topics like error handling and generics, but talks up trivial concepts as if they&#x27;re unique, or as if the Go team has thought of them first, or something...<p>&quot;Experiment, simplify, ship&quot;? Yeah, who would have thought of that! Surely other language teams never do the same...<p>It&#x27;s doubly annoying when the whole process involves trivial issues, long ago solved to satisfaction in tons of similar languages... (e.g. Optionals for error handling).
评论 #20591381 未加载
评论 #20593669 未加载