 | | From: | puzzlecracker | | Subject: | programming design | | Date: | 19 Jan 2005 07:31:42 -0800 |
|
|
 | can someone ballpark me through these basic questions: 1)Object-oriented design vs structural design? what are these: publisher and subscriber, reference counting?
2)in code optimization what are different kinds of bottlenecks and ways to attack them?
thanks
|
|
 | | From: | Jonathan Bartlett | | Subject: | Re: programming design | | Date: | Wed, 19 Jan 2005 15:47:34 -0500 |
|
|
 | puzzlecracker wrote: > can someone ballpark me through these basic questions: > 1)Object-oriented design vs structural design? > what are these: publisher and subscriber, reference counting? >
For reference counting, see my article on IBM Developerworks:
http://www.ibm.com/developerworks/linux/library/l-memory/
Jon ---- Learn to program using Linux assembly language http://www.cafeshops.com/bartlettpublish.8640017
|
|
 | | From: | puzzlecracker | | Subject: | Re: programming design | | Date: | 19 Jan 2005 14:05:18 -0800 |
|
|
 | osmium wrote: > "puzzlecracker" writes: > > > can someone ballpark me through these basic questions: > > 1)Object-oriented design vs structural design? > > what are these: publisher and subscriber, reference counting? > > > > 2)in code optimization what are different kinds of bottlenecks and > > ways to attack them? > > Try wikipedia.com, especially for the first one.
helpless
|
|
 | | From: | osmium | | Subject: | Re: programming design | | Date: | Wed, 19 Jan 2005 08:03:31 -0800 |
|
|
 | "puzzlecracker" writes:
> can someone ballpark me through these basic questions: > 1)Object-oriented design vs structural design? > what are these: publisher and subscriber, reference counting? > > 2)in code optimization what are different kinds of bottlenecks and > ways to attack them?
Try wikipedia.com, especially for the first one.
|
|