|
You might find that just a handful of patterns can help you make significant improvements. A little information hiding here and a single, focussed design decision there.... Good luck! Linda Ralph Malph wrote: Thanks, Linda. That describes me exactly. I am working on a quite large embedded system that was written by "senior" engineers at a research facility with minimal if any training in modern software design techniques. The software is a mess, and I'm starting to look at patterns as a way to restructure it. The entire code base is written in C++ without dynamic memory allocation, and from my initial pass through parts of the GoF book, it looked like dynamic memory allocation would be a requirement for using design patterns. I'll take a closer look at them.Andre --- Linda Rising <[EMAIL PROTECTED]> wrote: -- Author of "Fearless Change: patterns for introducing new ideas" http://www.cs.unca.edu/~manns/intropatterns.html |
_______________________________________________ patterns-discussion mailing list [email protected] http://mail.cs.uiuc.edu/mailman/listinfo/patterns-discussion
