I am using Property Injections in my code. When I am using the classes I ended checking on entry to each functions if my properties are not null, and I ended with a lot checks in each function.
What are recommendation in this case? how to make the validation more nicer , or should I make the validation at all ? Maybe there is some not null property ?
Thanks