Hi Julius,

> +1 to Oleg, because it shows excellent knowledge of Java language, and
> is certainly a little more readable, especially with those long method
> names that go beyond 80 columns.
> 
> +1 to Roland, though, because when I implement the interface, I have
> weird habits and I always just "copy & paste" from the interface, and
> then I get annoyed that I have to remember to add the "public" in my
> concrete class.

To make the confusion complete: I am adding the "public" although I'm
using an editor in 80 column mode. The trick is to add line breaks in
places where they do not irritate the syntax highlighting :-)

  public final static
      Object createObject(String arg1,
                          Map arg2)
      throws Exception

But even so, when long class names of the return value _and_ an argument
team up with a long method name, there's nothing I can do anymore...

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to