1 dépôt
Patterns for wrapping functions to extend or modify behavior without altering the original source.
Distinguishing note: Candidates focus on runtime binary patching or team settings, not a programming language pattern
Explore 1 awesome GitHub repository matching software engineering & architecture · Function Decorators. Refine with filters or upvote what's useful.
This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development education resource providing instruction on modern language fundamentals, object-oriented design, and advanced asynchronous programming patterns. The resource functions as both a frontend development guide and a technical reference. It covers core language features such as closures, prototypes, promises, and typed arrays, while providing practical lessons on managing browser data and handling network requests. The content spans several key capability areas, including browser
Teaches how to wrap functions with additional logic to extend behavior.