Moving project's components/services into packages (the separation of concerns)

added by JavaScript Kicks
6/18/2018 7:53:05 AM

252 Views

In this day's Component-Based Architecture is highly popular, each modern UI framework provides component structure approach. Check out this article for pros and cons. What I like the most in CBA is the separation of concerns😎 Whether starting a small project or having a huge one the separation of concerns is going to be a key point for easy maintenance, testability, reusability.


0 comments