Underscores in method names

Ned Konz ned at bike-nomad.com
Thu Oct 17 17:53:14 UTC 2002


On Thursday 17 October 2002 10:32 am, Nevin Pratt wrote:
> However, GLORP uses a bunch of underscores in the method names,
> which makes it a bit more difficult to come up with a quality
> approach that will allow the Squeak port to easily track the GLORP
> evolution.

I've just used a one-liner in Vim to translate similar sources from 
embedded-underscore to squeakStyle in the past:

:g/_/s/\(\w\)_\(\w\)/\1\U\2/g

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list