Wrong naming of hive constant global variable
Open
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
I've looked through https://dart.dev/effective-dart/design and I personally never met variable naming started from the capital letter even for constant variables in Flutter projects.
I believe that the `final HiveInterface Hive = HiveImpl();` in `hive.dart`
should be named `hive`, or any other name started from non capital letter
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in hive.dart and inspect the declaration of the global Hive constant. Search the repository for references to its current name, update the naming consistently, and verify that the project still builds and its existing tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100