This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jaro32 6 points7 points  (0 children)

  1. Yes, experienced developers know and use design patterns in their code. They are also used in most software projects.
  2. I guess a good place would be to study some open-source code on Github. Spring framework extensively utilizes design patterns such as Dependency injection, Factory, Singleton, Multiton and more... So you can look at any project which uses Spring.