GridtNetwork / gridt-client

Official client of the GridtNetwork.
https://gridt.org
Other
3 stars 1 forks source link

As a developer I want to not repeat myself too so that I my code can be more understandable and easy to maintain. #153

Open Drvanon opened 4 years ago

Drvanon commented 4 years ago

Angular offers modular components that can be reused in different pages. This reusing allows for a good deal of abstraction that makes code more easy to maintain and understand. The application should be analysed for opportunities to do this. For example the cards on the home page are really their own components and within them are the messages components in themselves. We are also planning to repeat some of the content of the cards (leaders to be precise) in the movement page, so that would also help to create that feature quickly.