473,651 Members | 2,765 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Getting Started with Design Patterns

Any links to get started with Design Patterns, including samples?

Thanks in advance.

Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn


Jul 23 '05 #1
8 1685
Start with the book
"Design Patterns - Elements of Reuseable Object-Oriented Software"

Jul 23 '05 #2

"AbdulMunaf " <ab************ ****@gmail.com> wrote in message news:11******** **************@ g47g2000cwa.goo glegroups.com.. .
Start with the book
"Design Patterns - Elements of Reuseable Object-Oriented Software"


Thanks.

Is there something in Internet?

--
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn

Jul 23 '05 #3
Alex Vinokur wrote:
Is there something in Internet?


www.c2.com is the premier site for patterns, software engineering, and
whimsy.

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand
Jul 23 '05 #4
On Thu, 14 Jul 2005 07:39:19 +0300, Alex Vinokur wrote:

"AbdulMunaf " <ab************ ****@gmail.com> wrote in message news:11******** **************@ g47g2000cwa.goo glegroups.com.. .
Start with the book
"Design Patterns - Elements of Reuseable Object-Oriented Software"


Thanks.

Is there something in Internet?


http://www.cmcrossroads.com/bradapp/...rns-intro.html
http://www.cmcrossroads.com/bradapp/...-nutshell.html
http://www.dofactory.com/Patterns/Patterns.aspx
http://exciton.cs.oberlin.edu/javare...ns/default.htm
http://www.cs.pdx.edu/~antoy/Courses.../crossref.html

--
-----------------------------------------------------
Antonio Santiago Pérez
( email: santiago<<at>>g rahi.upc.edu )
( www: http://www.grahi.upc.edu/santiago )
( www: http://asantiago.blogsite.org )
-----------------------------------------------------
GRAHI - Grup de Recerca Aplicada en Hidrometeorolog ia
Universitat Politècnica de Catalunya
-----------------------------------------------------

Jul 23 '05 #5
On Thu, 14 Jul 2005 07:24:19 +0300, "Alex Vinokur"
<al****@big-foot.com> wrote:
Any links to get started with Design Patterns, including samples?


Sure, I've written a lot about this.

See:
http://www.objectmentor.com/resource...topic=Patterns

-----
Robert C. Martin (Uncle Bob) | email: un******@object mentor.com
Object Mentor Inc. | blog: www.butunclebob.com
The Agile Transition Experts | web: www.objectmentor.com
800-338-6716
"The aim of science is not to open the door to infinite wisdom,
but to set a limit to infinite error."
-- Bertolt Brecht, Life of Galileo
Jul 23 '05 #6
Hi...

Again...Book of GoF(Design Pattern -Elements of....) is Really Good But
many Beginners find Difficulties to Start with the Book.

Again One Book is HEAD FIRST DESIGN PATTERN....By Eric Freeman i have
read its really nice for Beginners in Pattern

Regards
Raxit Sheth
Alex Vinokur wrote:
Any links to get started with Design Patterns, including samples?

Thanks in advance.

Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn


Jul 23 '05 #7
Hi,

Just a small tip,

If you start off on the GOF book, it starts off with the abstract
factory design pattern.
But as a beginner if you first read the abstract factory pattern, you
might be feel you are in void. Instead if you check out the facade
design pattern, then singleton, then decorator.. you will slowly learn
to appreciate the patterns and also get a good feel to think about
applications where you can use them.

The link below, has a sequence in which you can read the gof book
effectively.

http://mahemoff.com/paper/software/learningGoFPatterns/

I only wish I saw this link before I read the book.

I also hear Golub on Design Patterns is very good. I haven't checked it
out myself but pretty strong reviews.

Wish you a Happy Pattern Halo

Jul 23 '05 #8
I have heard "Modern c++ design" is pretty good as well.

Jul 23 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
1177
by: Rene | last post by:
Its been around 1.5 years now since I started using C#, I have already read the official "Beginning C#" type of books and another book that uses C# to explain object oriented programming concepts. What I would like to do now is to take my skills to the next level, for this reason, I am planning on reading the following book: A programmer's introduction to C# Second Edition. By Eric Gunnerson
13
6549
by: John Salerno | last post by:
Here are a few I'm considering: Design Patterns Explained : A New Perspective on Object-Oriented Design (2nd Edition) (Software Patterns Series) by Alan Shalloway Design Patterns C# by Steven John Metsker Design Patterns by Erich Gamma Head First Design Patterns by Elisabeth Freeman
7
3100
by: =?Utf-8?B?bWF2cmlja18xMDE=?= | last post by:
Hi, I would like to know more about design patterns and specifically using C#. Can any one recommend a good book? Thanks
10
3659
by: vital | last post by:
Hi, I am designing the middle tier of a project. It has 6 classes and microsoft application data access block. The six classes are DBServices, Logger, ProjectServices ... etc. and all these classes talk to front-end directly. Do I need to use any design pattern in this? or what kind of design pattern is this?
0
8357
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8803
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8700
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8465
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8581
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7298
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6158
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4285
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1910
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.