More DRY needed #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ghostchain/ghost-eye#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Due to the fact that the amount of data needed for the application will grow and will always be large, I don't feel comfortable to maintain the one state of the application. That's why Component Architecture was chosen. In short every screen that is show is a container which has it's own components, thus giving us ability to maintain them independently.
Now we can clearly say that there're some duplicate functionality in different comonents such as table navigation, which consists of:
Implementation in each component does not differ except the data type inside the vector. Would be cool to have some sort of a wrapper that implements repeating functionality. Potential targets are: