In this post we will have a look have can we encapsulate simple business rules using policies. To clear out what policy actually is and its benefits we will jump straightforward into example. Let’s say that we have application that needs our users to sign up before they can start using it. But to actually […]
Author: Marko Engelman
A better way to handle weak properties and memory management
In this post we will have a look to alternative way how can we handle memory management without leaking implementation details in our components and using ‘weak’ properties all over our code base. Usually when we are dealing with delegation we usually tend to use weak properties for achieving our goal. I believe that this […]