book with good examples for each implementation?
        Posted  
        
            by ajsie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ajsie
        
        
        
        Published on 2010-04-23T00:46:13Z
        Indexed on 
            2010/04/23
            0:53 UTC
        
        
        Read the original article
        Hit count: 315
        
i've read about design patterns and it seems that there are a lot of different design patterns to use.
i wonder if there are some books that acts like a reference.
"you want to build a framework, then consider this, this and this pattern". also giving some examples. then jumps to another implementation eg. search engine and gives some patterns and concrete examples to use.
in this way you learn about the weakness and strength about each pattern and where they will fit, instead of just reading about every design pattern decoupled from each other.
are there good "reference sheets" or other tutorials good for a beginner at this?
thanks
© Stack Overflow or respective owner