-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
searchGitHub/src/app/app.module.ts
Line 19 in 6cee230
| import { reducer } from './store/reducers/search.reducer'; |
I would recommend moving Store to a separate module with all its dependencies because it looks like a reusable part.
Another what I don't like is that his name looks like storage for a specific type but has a completely common name it will be much clear to have some prefixes or suffices in name of classes: GitStorageReducer. It will add much more understanding what happens inside
Metadata
Metadata
Assignees
Labels
No labels