[SUGGESTION] Rename Settings class to a less generic name #173
Labels
breaking-change
Resolving this issue will introduce a breaking change.
enhancement
New feature or request
In this example:
The type of the
settings
property is calledSettings
, and with today's IDEs (like WebStorm), automatic import is a very handy feature.So when a class has a common name, like
Config
orSettings
instead of something more specific likeAngular2SmartConfig
orAngular2SmartSettings
, it' becomes a hassle to import bacuse the IDE may import the wrong.So maybe changing it to something more specific to this package may be better in the future
The text was updated successfully, but these errors were encountered: