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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What Swift Tells Use About Programming Language Trends

2 点作者 speednoise将近 11 年前

2 条评论

sportanova将近 11 年前
&gt; Swift’s type system is best described as “way better than Java’s”, or perhaps “far more comprehensible than Scala’s”<p>I love Scala&#x27;s type system, so I&#x27;m looking to seeing if Swift&#x27;s really is better. Any type system is better than none at all - probably why most javascript-heavy apps become nightmares when they get to be &gt; 1000 LOC.
评论 #7867002 未加载
chton将近 11 年前
Having named parameters with different public than internal names is a brilliant idea, but I wonder how often it&#x27;ll be used in practice. If it&#x27;s used a lot, it might indicate that those parameters are badly named to begin with :)