Thursday, February 10, 2011

PatternCraft - Null Object Pattern - Part 1

PatternCraft is a series of video tutorials that use StarCraft references to teach Design Patterns.

5 comments:

  1. Tcoulson7:18 AM

    thanks for these tutorials, I can never get enough of demonstrations of Design Pattern implementation. This one does a great job of removing conditionals from the main AS file and creating a better separation of concerns. Also, good to see your face.

    ReplyDelete
  2. jacksondunstan6:04 PM

    I believe you just implemented a singleton. This will automatically cause some people to panic. Not me though... it was a great video. :)

    ReplyDelete
  3. this is just what I was looking for...Where do you get your design pattern references from? I never heard of this one in the GoF or any other AS design pattern book. Thanks

    ReplyDelete
  4. Absolutely what I am looking for? I am searched a lot in Google. Where do you got this? Thank you for sharing this useful information.

    ReplyDelete
  5. Hey, GoF only has like 23 patterns, there's gotta be bajillions of patterns and variations out there though. Just responding because I was looking up pattern books today and ran across one with the NullObject pattern. The books called "Software Architecture Design Patterns in Java" and since Java syntax is almost identical to ActionScript you're good to go. Try some of the pattern books written in other languages, they can be great references. :D

    ReplyDelete