Popular repositories Loading
-
-
OpenAPI-Specification
OpenAPI-Specification PublicForked from OAI/OpenAPI-Specification
The OpenAPI Specification Repository
JavaScript
-
observer-pttrn-ts
observer-pttrn-ts PublicThe observer pattern defines a one-to-many dependency between objects so that when one object changes state,all of its dependents are notified and updated automatically.
TypeScript
-
strategy-pttrn-ts
strategy-pttrn-ts PublicThe strategy pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from the clients that use it.
TypeScript
-
decorator-pttrn-ts
decorator-pttrn-ts PublicThe Decorator Pattern attaches additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.
TypeScript
-
method-factory-pttrn-ts
method-factory-pttrn-ts PublicA factory method handles object creation and encapsulates it in subclass. This decouples the client code in the superclass from the object creation code in the subclass.
TypeScript
If the problem persists, check the GitHub status page or contact support.