On Sun, Jan 14, 2001 at 09:22:56PM +0000, Mark Fowler wrote:
> grep said:
>> sometimes i like java for one very simple reason, one class per file
>> .....
> Huh?  You don't do much Java programming, do you Greg?

Hmm, you're strictly limited to one /public/ class per file, but any
private/protected/default classes aren't guaranteed to be accesible from
classes defined outside the file. There's also Java 1.1's inner classes. 

Eww, I'm slightly concerned that I can remember this sort of stuff. Alas, I
note from experience of "Java programmer"'s code that they cannot remember
this. I'm getting flashbacks of that unmaintainable 7,000 line .java file we
had on one project at TW2...

Reply via email to