HanashiDev / Haltestellenmonitor-v3

GNU General Public License v3.0
1 stars 3 forks source link

codestyle: Add Design Patterns, like Viewmodels to make code more readable #31

Open DragonCat4012 opened 3 months ago

DragonCat4012 commented 3 months ago

https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel

Give every screen a viewmdoel, move the states ointo that and everythign the is not view stuff but more logic functions

This will make the views way mroe readable and easier to test