From: MikkelFJ Date: 2002-09-27T05:16:45+09:00 Subject: Re: Ruby program design question ( Pattern or AntiPattern ?) > - - I think this is good in that I get to reuse the simple class > over and over again, but I'm wondering if I'm just not making > my simple classes generic enough. This pattern fits my design > style of "bottom-up" programming, but I can see it getting > very redundant once you get beyond a certain level of > complexity. It suggests to me that I need to rexamine something > but I can't figure out what to start looking at. You should consider using mixins. You also seem to repeat the pattern below... Mikkel > -----BEGIN PGP SIGNATURE----- > Version: 2.6.2 > > iQCVAwUBPZNeYGTWTAjn5N/lAQHaXQQAgTcZ05+njSKazKaWaJ7drWYfOsdgddzo > 3qLamlzELVRSURhBF3BTZoZJdICjEyoi4FeCHKrYfzuGJuZGT4CZr7FsSkN/WPCi > ERz38gnEK2hroR78mMitVYiH/I85bFUcPOIZ6h64GZ1MmC4f/BpicUrwdu6+ZBMK > ZNCsvmWDd3Q= > =wu2t > -----END PGP SIGNATURE-----