We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strategic Scala Style: Principle of Least Power http://www.lihaoyi.com/post/StrategicScalaStylePrincipleofLeastPower.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Strategic Scala Style: Principle of Least Power
http://www.lihaoyi.com/post/StrategicScalaStylePrincipleofLeastPower.html
lihaoyi 写的关于 Scala 策略上的风格指南,都是实践中得出的一些心得,Martin Odersky 推荐每个 Scala 程序员都应该看一看。
lihaoyi的文章Strategic Scala Style: Principle of Least Power不是一个规范,而是一份Scala最佳实践。内容包括对不变性与可变性、接口设计、数据类型、异常处理、异步、依赖注入的分析与建议。值得一读。
The text was updated successfully, but these errors were encountered: