• 0

Design patterns in Java?


Question

7 answers to this question

Recommended Posts

  • 0

That's not really a question anyone can answer. If you can write code, you can make your own design patterns, so asking how many there are is like asking how many numbers there are. There are obviously major design patterns that are well accepted, but there are still a great many of them.

If you want to study into design patterns, I've had good experience looking at some basic design pattern overviews here: https://en.wikibooks.org/wiki/C%2B%2B_Programming/Code/Design_Patterns

Link to comment
Share on other sites

  • 0

Design patterns are about defining a common high-level language among developers, and like all expressions in a language they're only meaningful if people use and understand them. So there's as many design patterns as there are high-level design expressions used and understood by your programming community.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.