frederikheld / usm.io

A lightweight solution to represent your backlog as a User Story Map and integrate backlog management into your development workflow by maintaining it in your repository side-by-side with your code.
MIT License
6 stars 1 forks source link

Remove duplication in Usm and sub-classes #27

Open frederikheld opened 5 years ago

frederikheld commented 5 years ago

Remove duplication: There's a lot of duplication in all the classes that form Usm. There should be one generic class for containers and one for card representations. All the specific classes should extend one of those two basic classes.