CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Design patterns

  1. #1
    Join Date
    Jun 2010
    Posts
    115

    Unhappy Design patterns

    I find it that while coding I don't know whether I am using a pattern or not. Before you start out your design, do you need to reference patterns to see if any fits your current idea or you already memorize all patterns inadvance ?
    My case, I can't remember all of them, patterns in the same category tends to share some features. DO you have a tip method as a useful way to actually grasp them all better and faster ?
    Thank you..

  2. #2
    Join Date
    Jun 2010
    Posts
    115

    Re: Design patterns

    I think it's funny of me to read something that I don't implement on. Should I quit ?

  3. #3
    Join Date
    Aug 2011
    Posts
    2

    Thumbs up Re: Design patterns

    I am clueless..

  4. #4
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Design patterns

    O'reilly Head First Design patterns actually implements many design patterns.

    Actually alot of them are also documented/implemented in the FAQ on design patterns on this
    website.
    ahoodin
    To keep the plot moving, that's why.

  5. #5
    Join Date
    Jun 2011
    Posts
    35

    Re: Design patterns

    Experience comes with time I guess...

    If you have a given problem just attack it the way you would attack any other problem. If afterwards you see patterns in what you have coded you should then move onto applying the pattern. This way you see the benefit of the pattern compared to what you came up with.

    I think that's the best way to learn when to apply patterns. Also if you go this way it won't take you long to see patterns BEFORE actually moving into designing the software.

    Hope this helped

    Laurent.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured