Effective Dart: Design
Here are some guidelines for writing consistent, usable APIs for libraries.
一貫性のある有用なAPI、ライブラリを書くためのガイドラインです。
Names
Naming is an important part of writing readable, maintainable code. The following best practices can help you achieve that goal.
読みやすく、保守性の高いコードを書くために命名規則は大切です。