OliverGomes
Nov 07, 2019 - 09:23
Using UI and Pythonista and coming from Ruby on Rails, I’m having a hard time structuring a simple project because of the lack of conventions, I don’t like creating a single big file with a ton of code in it, I would rather divide my files logically by MVC (Model, View, Controller)
Are there any examples of projects involving UI in a MVC way where I could clearly see where UI files should go, what the “main” script should import etc.?