From: James Edward Gray II Date: 2005-01-23T00:00:26+09:00 Subject: Re: [QUIZ] Paper Rock Scissors (#16) On Jan 22, 2005, at 8:10 AM, Avi Bryant wrote: >> * a file should contain exactly one subclass of Player >> * start the name of your subclass with your initials > > Why use prefixes on the class names, rather than a module? Wouldn't it > be better for my subclass to be AJB::MyPlayer than AJBMyPlayer? It's a fair style issue you raise and you're probably right. But, I didn't think of it at the time and I do have reasons for you NOT to do it that way. (Score print out, for one.) So, just consider it coding to a specification. ;) James Edward Gray II