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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Supporting non-nullable types in Dart

2 点作者 exterm超过 10 年前

1 comment

exterm超过 10 年前
Very interesting discussion, although there already are solutions to some of these problems in other type systems.<p>Erlang also has optional type annotations via the dialyzer tool and all types are by default non-nullable.<p>Generally I think that the dart language implementors should try harder not to copy language design fails from Java &#x2F; C++, like null-pointers or half-baked enumeration types.