Skip to content

An organized collection of design patterns that relate to a particular field is called a pattern language.

License

Notifications You must be signed in to change notification settings

Blahodatny/Design_Patterns

Repository files navigation

Design Patterns · GitHub license Build Status Known Vulnerabilities

Object-oriented design patterns typically show relationships and interactions between classes or objects, without specifying the final application classes or objects that are involved. Patterns that imply mutable state may be unsuited for functional programming languages, some patterns can be rendered unnecessary in languages that have built-in support for solving the problem they are trying to solve, and object-oriented patterns are not necessarily suitable for non-object-oriented languages.

About

An organized collection of design patterns that relate to a particular field is called a pattern language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages