|
You are here |
www.milanjovanovic.tech | ||
| | | | |
blog.ploeh.dk
|
|
| | | | | Functional architecture tends to fall into a pit of success that looks a lot like Ports and Adapters. | |
| | | | |
codewithstyle.info
|
|
| | | | | After looking into different ways of implementing Maybe in part 1 and part 2, let's move on to another useful example of monads. In this article, we'l | |
| | | | |
phauer.com
|
|
| | | | | Drawbacks of exceptions and how Kotlin's sealed classes can make our code less error-prone, more readable, predictable and traceable. | |
| | | | |
www.integralist.co.uk
|
|
| | | Introduction Model View Controller Mixed definitions God Controller Problems Skinny Controller Presenters? What problem are Presenters trying to solve? How do they work? Code Example Controller View Presenter Conclusion Introduction Model, View, Controller (MVC). This is a pretty standard architectural pattern and has been in use when developing software since the early 1970's. The basic principle of the pattern is to separate the different areas of logic from your application into distinct compartments. | ||