Learn about the Observer Pattern and how it can help keep your code clean and fun to work in.
Observer can help in cases where classes have become interdependent on each other so much that neither class can be used on its own.
Programming patterns generally are a great way to avoid some of the biggest pitfalls you may encounter when coding.
Ещё видео!