Skip to content

💼 Design patterns written in different programming languages

License

Notifications You must be signed in to change notification settings

JEFFTheDev/design-patterns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Design patterns

In software engineering, a software design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. It is not a finished design that can be transformed directly into source or machine code. It is a description or template for how to solve a problem that can be used in many different situations. Design patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system. Design patterns may be viewed as a structured approach to computer programming intermediate between the levels of a programming paradigm and a concrete algorithm.

List of implementations

Contribution

  • Contributions are always welcome. Language doesn't matter. Just make sure you're implementing design pattern.

  • PRs are welcome. To begin developing, follow the structure:

    category/design pattern name/language-name/file_name.extension

    e.g

    Creational/Abstract factory/python/abstract_factory.py

  • Don't forget to add README with explanation how pattern works, when to use and common usage of the pattern.

  • Adding image with UML diagram for design pattern would be very helpfull.

Resources

Curated list of resources dealing with design patterns.

About

💼 Design patterns written in different programming languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.0%
  • C# 16.0%
  • C++ 5.5%
  • TypeScript 5.3%
  • Python 2.4%
  • Kotlin 2.2%
  • Other 5.6%