|
Home > Archive > microsoft.public.cert.exam.mcsd > June 2003 > [OT] Design Patterns
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[OT] Design Patterns
|
|
|
| I've been reading the GOF's design patterns, and really am enjoying it.
Being able to make sure software designs survive change and implement
object collaborations that are proven is a real plus. I was wondering
how widespread the use of patterns are in the development field atm.
--
Thanks
DEK
| |
| Kline Sphere 2003-06-25, 10:23 am |
| >I was wondering
>how widespread the use of patterns are in the development field atm.
In software engineering, everywhere. Patterns really go hand in hand
with efficiency and reusability and are applied to all parts of the
development process.
| |
| clyclopedic 2003-06-25, 10:23 pm |
| I encourage you to go through a copy of the book 'A little Java, a few
patterns' and do it all in C#, as I did. I think it will open your eyes.
Also, note that from the MSDN magazine home page
http://msdn.microsoft.com/msdnmag/ you can select 'design patterns' from the
technology index and find some interesting articles.
Another interesting recent development caught my eye at the Visual Studio
2003 launch I attended in my town. A presenter described the updates to the
C++ compiler that now support partial template specialization. This means
that the loki library by Andre Alexandrescu http://www.moderncppdesign.com/
should now compile. Or so we were told. Loki can automate the implementation
of design patterns. This is cool stuff.
"DEK" <DEK@DEK.COM> wrote in message
news:MPG.1962a5457df7a0449896a2@news.cis.dfn.de...
> I've been reading the GOF's design patterns, and really am enjoying it.
> Being able to make sure software designs survive change and implement
> object collaborations that are proven is a real plus. I was wondering
> how widespread the use of patterns are in the development field atm.
>
> --
> Thanks
> DEK
| |
|
| In article <#tisPu4ODHA.2316@TK2MSFTNGP11.phx.gbl>,
nonExist@spamless.com says...
> I encourage you to go through a copy of the book 'A little Java, a few
> patterns' and do it all in C#, as I did. I think it will open your eyes.
>
> Also, note that from the MSDN magazine home page
> http://msdn.microsoft.com/msdnmag/ you can select 'design patterns' from the
> technology index and find some interesting articles.
>
> Another interesting recent development caught my eye at the Visual Studio
> 2003 launch I attended in my town. A presenter described the updates to the
> C++ compiler that now support partial template specialization. This means
> that the loki library by Andre Alexandrescu http://www.moderncppdesign.com/
> should now compile. Or so we were told. Loki can automate the implementation
> of design patterns. This is cool stuff.
>
> "DEK" <DEK@DEK.COM> wrote in message
> news:MPG.1962a5457df7a0449896a2@news.cis.dfn.de...
> > I've been reading the GOF's design patterns, and really am enjoying it.
> > Being able to make sure software designs survive change and implement
> > object collaborations that are proven is a real plus. I was wondering
> > how widespread the use of patterns are in the development field atm.
> >
> > --
> > Thanks
> > DEK
>
>
>
Thanks, this is a site I found very useful
http://www.dofactory.com/Patterns/Patterns.aspx
--
Thanks
DEK
| |
| i love snmp 2003-06-26, 12:23 pm |
| Could you please provide ISBN number of this book
DEK <DEK@DEK.COM> wrote in message news:<MPG.1962a5457df7a0449896a2@news.cis.dfn.de>...
> I've been reading the GOF's design patterns, and really am enjoying it.
> Being able to make sure software designs survive change and implement
> object collaborations that are proven is a real plus. I was wondering
> how widespread the use of patterns are in the development field atm.
|
|
|
|
|