Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Listing different design patterns in Java, with code examples.

Notifications You must be signed in to change notification settings

H3AR7B3A7/DesignPatterns

Repository files navigation

Java Design patterns

Design patterns...

  • Are reusable in multiple projects.
  • Provide the solutions that help to define the system architecture.
  • Capture the software engineering experiences.
  • Provide transparency to the design of an application.
  • Are well-proved and testified solutions since they have been built upon the knowledge and experience of expert software developers.
  • Don't guarantee an absolute solution to a problem. They provide clarity to the system architecture and the possibility of building a better system.

Design patterns can be divided in:

Other mentionable code structures included in this repository:

Interesting repositories from other users:

About

Listing different design patterns in Java, with code examples.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages