Does Miasma support the Model-View-Controller (MVC) pattern?
Yes. The Wikipedia article about MVC has been a big help figuring out how to organize the code. When you start a new Miasma project you run a script that creates a project folder and three folders inside of that named models, views, and controllers. By starting with that structure programmers are encouraged to follow MVC best practices when deciding which folder to save their scripts in. A new Miasma project with folder layout showing MVC structure: Does Miasma use other software patterns? When people ask about patterns I like to tell them Miasma is based on the simpleton pattern, because it’s very simple to use. I know in real OO programming simpletons are usually a bad idea but I mean it ironically. Most of the successful frameworks have large developer communities. Ruby on Rails is probably the most obvious example. How will you get that kind of excitement and interest behind Miasma? I’ve studied how David Heinemeier Hansson [author of Ruby on Rails] has popularized Rails. Many of h