> I don't think it's ugly. It's not any less tidy.
> 
>     $xyzzy.foo()   $xyzzy.foo()
>     $fooz.:foo()   $fooz.:foo()
>     $foo._:foo()   $foo. :foo()
>     $da.__:foo()   $fa.  :foo()
> 
> My variable names aren't so long that I'm likely to have
> foo._______:bar, and $foo.__:bar is clean.

But it doesn't work across lines:

      $xyzzy.foo()
      $fooz.:foo()
      $foo. :foo()
      $fa.  :foo()
      $and_a_long_one_I_still_want_to_align.
            :foo()
      $etc. :foo()

-- 
Gaal Yahas <[EMAIL PROTECTED]>
http://gaal.livejournal.com/

Reply via email to