-
Jeremy Clark
4.39
Description:
You already use Design Patterns but probably don't know it. Observer, Adapter, Iterator, Proxy -- Learning the lingo allows you to better communicate your ideas with other developers. We'll take a look at several GoF patterns that we regularly use without realizing it. Don't know who the GoF is? Join us to find out.

Great talk on patterns. I think this topic is one we should revisit a lot in our coding careers because the more we code the more we find ourselves naturally using patterns. If we learn to use them correctly our code will be cleaner and others will be able to recognize them and know what the intent of the code is.