Skip to content

"Assembly Weaver" increases modularity by separating cross-cutting concerns. It does so by adding additional behavior (logging, performance profiling) to existing code without modifying the code itself. The paradigm is known as Aspect-oriented programming.

License

Notifications You must be signed in to change notification settings

ikupenov/assembly-weaver

Repository files navigation

AssemblyWeaver

"Assembly Weaver" increases modularity by separating cross-cutting concerns. It does so by adding additional behavior (logging, performance profiling) to existing code without modifying the code itself. The paradigm is known as Aspect-oriented programming.

About

"Assembly Weaver" increases modularity by separating cross-cutting concerns. It does so by adding additional behavior (logging, performance profiling) to existing code without modifying the code itself. The paradigm is known as Aspect-oriented programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages