May 24, 2018 4 min
Interactor Objects
As time goes by and your application grows, your code will become increasingly more complex. This means that there will be a lot more logic in places where it shouldn’t be.
Apr 13, 2017 6 min
Design Patterns and Sources
A design pattern is a way a problem is solved most of the time, avoiding the need to re-invent the wheel. As a UX designer, I resort to these patterns frequently when designing interfaces.