This paper about Aspect-Oriented Programming (AOP) covers common use cases and thoughts around it, some implementation proposals, and techniques that rely on proxies and decorators, with explorations of caveats and alternatives, in a series of articles. As a frontend developer, I am often confronted with the same technical needs from…