Analysis of the impact of AOP on source code quality
Adam Przybylek
Broschiertes Buch

Analysis of the impact of AOP on source code quality

Paradox of aspect-oriented separation of concerns

Versandkostenfrei!
Versandfertig in 6-10 Tagen
44,99 €
inkl. MwSt.
PAYBACK Punkte
22 °P sammeln!
Almost four decades ago, Parnas advocated modularity for the sake of changeability, independent development, and comprehensibility. The recipe for modularization is to define a clean interface, hide an implementation detail, keep low coupling and high cohesion. Although modules have taken many forms over the years from functions and procedures to classes, no form has been capable of expressing so-called crosscutting concerns in a modular way. Over a decade ago, aspect-oriented programming (AOP) was proposed to modularize the un-modularizable . Since then, aspect-oriented (AO) languages have be...