|
-
August 15th, 2011, 04:15 PM
#1
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..
-
August 16th, 2011, 03:23 PM
#2
Re: Design patterns
I think it's funny of me to read something that I don't implement on. Should I quit ?
-
August 17th, 2011, 05:41 AM
#3
Re: Design patterns
I am clueless..
-
August 17th, 2011, 03:00 PM
#4
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.

-
August 29th, 2011, 10:45 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|