Common patterns posters to decorate with

Once again, while just browsing through my harddrive, I came across 2 nice posters that I thought I would share with you.  They are 2 posters that show common patterns used on object-oriented design.  The patterns grouped by color and cover:

  • Creational
    • Singleton
    • Factory
  • Structural
    • Facade
    • Decorator
    • Adapter
    • Proxy
  • Behavioral
    • Template
    • Strategy
    • State
    • Command
    • Observer
  • Architectural
    • Pipes/Filters

Quite a handy little guide to have if you or some coworkers don’t know them and want them readily available.

These are not full size so that they don’t take up much room.  Each one is actually 1556 x 1080 in size when you get it downloaded.  Click on each one to take you to the full size pic.

 

This entry was posted in Uncategorized. Bookmark the permalink. Follow any comments here with the RSS feed for this post.

16 Responses to Common patterns posters to decorate with

  1. Mohit Thakral says:

    I cant c.. images over there at all. I think it is gone.

  2. I created some print quality quick reference cards that have all 23 GoF patterns on them. You can get them here: http://www.mcdonaldland.info/2007/11/28/40/

    Additionally, you can get the full poster version here: http://www.cafepress.com/gofmerchandise

  3. johnwood says:

    Ohhh now I see it :) Sorry..

  4. rlewallen says:

    John, read it as meaning posters of common patterns. The wording is a little odd, I agree.

  5. johnwood says:

    Maybe I’m language impaired… while the post makes sense to me, what does the title mean exactly… is it just missing an ‘and’ between patterns and posters or am i missing it completed? Sorry in advance for being stupid :)

  6. rlewallen says:

    Eber, the code definately is pretty nasty with those “_” prefixed parameter names. Those hurt my eyes too. The “m_” I can deal with, as I still prefix private member fields myself. Other than that, I’m completely removed from any type or variation of hungarian notation. Still, why prefix the parameter with “_”?

  7. m_ft = _ft;
    ?
    it hurts the eyes…

  8. Brian says:

    To the individual who was looking for them as PNG you can type:
    barone budge dominick vsd
    into Google, there you will find the originals alnog with many other great posters, if you choose to show the option for showing duplicate items

  9. Resaving as png defeats the whole purpose as compression has already been applied to the image.

  10. Thanks a lot for sharing them Raymond, really useful. Can’t wait to have them printed :)

  11. TobinTitus says:

    Patterns imply planning. Planning isn’t agile. !agile == wrong.
    The mere existence of these pictures represents the way that “traditional OO” programmers are trying to restrict the creativity of others!

  12. rlewallen says:

    Marcos,

    All I have are the jpg files.  You can download them
    (right-click, Save Image As) and save them as png using a graphics
    program.  If you have no way to save a png file, email me and I’ll
    email them in PNG format to you.

  13. Marcos says:

    Can you save the posters in PNG format and repost please?

    The text on the colored screened backgrounds is not very readable.

    Great post otherwise.

Leave a Reply