Aspect-Oriented Programming in Elixir: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:2314:23, 3 December 2023Elixirfan talk contribs 3,798 bytes +3,798 Created page with "== Introduction == Aspect-Oriented Programming (AOP) is a programming paradigm that aims to address cross-cutting concerns, such as logging, error handling, and security, in a modular and reusable manner. In Elixir, a functional programming language built on top of the Erlang Virtual Machine (BEAM), AOP can be achieved through the use of macros and metaprogramming capabilities. == Aspect-Oriented Programming Concepts == === Aspects === An aspect is a modular unit of..."