posts tagged * AOJ

Aspect Oriented Journaling (AOJ)

8.31.2022


In Software Engineering, Aspect Oriented Programming(AOP) as the name suggests uses aspects in programming. It can be defined as the breaking of code into different modules, also known as modularisation, where the aspect is the key unit of modularity. Separate modular aspects being forced to work in tandem with each other can result in tangling and scattering.

read more