isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 409 forks source link

Wrong naming of hive constant global variable #1277

Open Nikzed opened 8 months ago

Nikzed commented 8 months ago

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