AzWhaleLab / AragoJ

Official repo for AragoJ releases and issue tracking.
Apache License 2.0
8 stars 3 forks source link

Restructure architecture & code #39

Open franciscoaleixo opened 5 years ago

franciscoaleixo commented 5 years ago

Currently the project is not very maintainable. The main reason was that the project was built on heavy time constraints, so architecturally it is fairly weak. The main problem is the lack of separation between view and presentation logic (among other things), and it also suffers from callback hell.

The main objectives are: