jonataslaw / jonataslaw/get_cli
Change lazyPut() to put() in generated Binding class
Open
- Dominant language
- Dart
- Stars
- 654
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
Everything works, just improvement.
get_cli generates a Binding class per route. Therefore it does not make sense to use lazyPut there.
LazyPut is for the case when we have the initial Binding on app startup with a lot of controllers. (It is also not clear why someone would like to create such a Binding)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.