I read one of the blog posts in dev.to about this Cyclomatic Complexity and I couldn't resist also not talk about this one. Because I see a lot of programmers doing this mistake without they knowing it. So just today I check my email and see there is an automatic email contain changeset from one of my … Continue reading About Cyclomatic Complexity
Tag: design pattern
Dynamics CRM: Decorator Pattern
Have you ever curious why sometimes your plugins run very slow? Then you wonder where are the critical operation that makes all of the operations slower? Of course, you can investigate this in many ways: from the database server perspective, network, etc. Today I want to share how to easily leveraging Dynamic CRM Functionality to … Continue reading Dynamics CRM: Decorator Pattern