isar / isar/hive

Wrong naming of hive constant global variable

Open
#1,277 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.