UNIX/C Program Modularity

COTTRELL, JAMES cottrell at NBS-VMS.ARPA
Tue Oct 29 07:20:33 AEST 1985


/*
> The problem I have observed is that:
> 
> 	Applications programs that have been designed to run under Unix
> 	tend to have a low percentage of re-usable code.

Exactly! What this means is that you get to keep writing NEW stuff! The
common fragments have mostly been culled out and stuck into a library
for you. This is the mark of a successful design. 

	jim		cottrell at nbs
*/
------



More information about the Comp.lang.c mailing list