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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Is Reduce() Bad?

1 点作者 lambainsaan大约 4 年前

1 comment

proc0大约 4 年前
I don&#x27;t think so, and readability is overrated. It often sacrifices performance and reusability, just to have things in a specific syntax, so that some people can grasp it quickly. I would rather have code that is performant, and reusable, but hard to read instead.<p>full disclaimer: I like pure FP, i.e. Haskell&#x2F;Idris