Click to See Complete Forum and Search --> : Disposable code in OOP


renuka75
July 4th, 2007, 02:36 AM
when people talk about modularity of the system, they use the word making "disposable code" which composed of a numer of small, self-contained units.
Here I don't understand what they mean by "Disposable code". Please can anybody explain me.
Thanks in advance.

Renuka.

davide++
July 4th, 2007, 03:26 AM
Hi all.
Probably the term "disposable" refers to blocks of code that you can use into several projects, whitout need to repeat the same code every times. Of course, these blocks are implemented using classes.

Ejaz
July 4th, 2007, 03:42 AM
[ Moved Thread ]

Perhaps they are talking about the followings.

Disposable Code ! (http://www.lastkrell.com/2005/10/10/disposable-code/)
The Economics of Disposable Code (http://webgambit.com/archive/2007/06/20/the-economics-of-disposable-code.aspx)