Re: Organizing code with CLOS



"Jonathon McKitrick" <j_mckitrick@xxxxxxxxxxx> writes:

Do you guys generally put class definitions and generics in one file,
and defmethods in another? Or lump them all together?

Typically I put the class definitions together in one file, and then
organize the methods into files based on their general theme. So
typically all of the methods for a single generic function would be in
the same file with each other, and with their related methods or support
functions.



--
Thomas A. Russ, USC/Information Sciences Institute
.