It's not a secret anymore!
The moose likes Cattle Drive and the fly likes OOP-3 SortNames Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » This Site » Cattle Drive
Reply Bookmark "OOP-3 SortNames" Watch "OOP-3 SortNames" New topic
Author

OOP-3 SortNames

Nick White
Ranch Hand

Joined: Oct 09, 2006
Posts: 94
I have completed the SortNames assignment, whilst waiting for the nitpicking of OOP-2 NaturalLanguageMultiply, and I have a question about how to submit multiple classes.

My solution has two classes: SortNames.class & People.class. Shall I email them as separate files?, or perhaps paste the People class at the end of the SortNames class, with some obvious break like *******************.

By the way, these two assignments are my favourites so far! Although SortNames drove me mad for ages.
Pauline McNamara
Sheriff

Joined: Jan 19, 2001
Posts: 4011
Hey Nick, glad you're having fun with the OOPs part, at least after getting over the madness.

It's probably best if you can send the classes in one email, that way there's less chance of things falling through any email cracks. A few blank lines and the class comments would probably mark the start of the second class well enough.
Katrina Owen
Sheriff

Joined: Nov 03, 2006
Posts: 1334
    
  11
I have been submitting my assignments in the body of the email like this:

Dear Nitpickers,

Submission follows. Abuse at will.

Kind regards,
Katrina



If I don't have any comments, a single empty line separates the end of a class and the beginning of the next.

This is one of the few things that hasn't been nitpicked

I don't send *.class files at all. Just the text in the *.java file.

\katrina
Nick White
Ranch Hand

Joined: Oct 09, 2006
Posts: 94
Thanks ladies for your suggestions.

Nick
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: OOP-3 SortNames
 
Similar Threads
SortNames
OOP-3 (SortNames) Two classes in one file.
please hint me on "SortNames" !
SortNames..
SortNames