Tag: Modularity

16 Feb 2018
As a computer programmer, there is core information you should have at your fingertips about a programming language. This helps you to easily navigate around such program designs with a better understanding of its working principles. Since aspect-oriented programming is still a new baby in the programming world and is designed on a new abstraction...
18 Jan 2018
A major concern of software development using traditional procedural techniques is when it comes to big projects where complexities surround the large software project to be designed. In such projects that involves tens of thousands of lines of code, having a clear knowledge of what a segment of code does becomes more difficult. To overcome the problem...