0
3.5kviews
Software Engineering with aspects.
1 Answer
| written 7.9 years ago by |
Aspect-oriented software Engineering (AOSE) is a software design solution that helps address the modularity issues that are not properly resolved by other software approaches, like procedural, structured and object-oriented programming (OOP). AOSE complements, rather than replaces, these other types of software approaches.
AOSE is also known as aspect-oriented programming (AOP). …