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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

PHP RFC: Short Closures

2 点作者 paralelogram大约 10 年前

2 条评论

stephenr大约 10 年前
I honestly don&#x27;t see the point, but then maybe that&#x27;s because literally none of the code I write uses a callback to multiply a number by 2.<p>I&#x27;ve seen similar &quot;look how minimal a closure can be&quot; arguments for several languages, and they <i>always</i> use a ridiculously simple body - usually `$x * $y` or `$x * 2` etc.<p>How do they end up looking (and thus how easy are they to read) when its a realistic body with several lines?
claudiug大约 10 年前
~&gt; looks interesting