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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

CoffeeScript Cheat Sheet

22 点作者 fogus超过 13 年前

3 条评论

gerggerg超过 13 年前
The column wrapping and lack of indentation make this cheat sheet a bit hard to use. Also not specifying that one of these is the function definition and one is it's usage makes it hard to glance over:<p><pre><code> add(a, b) -&#62; a + b add(1, 2) == 3</code></pre>
zachrose超过 13 年前
What's with the ads in the middle?
danso超过 13 年前
Granted I'm not proficient in CS, but this seems chaotically organized and the columns make the code fairly incomprehensible.