How to organize large application code in MVC style?

I’m working on my first desktop app, but after some time understand that codebase unorganized: events defined everywhere, it does not use any XML templating (because I prefer object style)

Now I think that something went wrong with the implementation (as my first experience also). Comparing to web-dev, where MVC pattern is most comfort for me, here, don’t know what to do next, and how to continue with new features.

Maybe some simple application written in Rust could be recommended as the example? Because everything I found is unreadable for me. The coding conception is not clear for me there, maybe that because Rust is not C-like, maybe not…

Thanks for any ideas, tutorial links (just not hello world), examples

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.