Search code examples
ethereumsolidityaop

Solidity modifiers and Aspect Oriented Programming


Can we say that modifiers in solidity follow the aspect-oriented programming paradigm?


Solution

  • No, modifiers follow the decorator pattern.