Re: Organizing code with CLOS
- From: tar@xxxxxxxxxxxxx (Thomas A. Russ)
- Date: 27 Feb 2006 11:06:10 -0800
"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
.
- References:
- Organizing code with CLOS
- From: Jonathon McKitrick
- Organizing code with CLOS
- Prev by Date: Re: mapcar use.
- Next by Date: Re: Sharp with exports in defpackage??
- Previous by thread: Re: Organizing code with CLOS
- Next by thread: Sharp with exports in defpackage??
- Index(es):