Tag: Debugging

21 Mar 2018
Aspect-oriented software development is a broad area with many examples and ways the technology is used. These are often depicted as use cases that are basically about the crosscutting concerns of the system. Though still a new programming technique, Aspect-oriented software development, AOSD, has several areas of application in software development. Below are many ways...
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...