hive icon indicating copy to clipboard operation
hive copied to clipboard

Wrong naming of hive constant global variable

Open Nikzed opened this issue 1 year ago • 0 comments

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

Nikzed avatar Mar 04 '24 18:03 Nikzed