Skip to content
Prev 78164 / 398502 Next

Dots in function names

On Fri, 30 Sep 2005, Mike Prager wrote:

            
There are, and always have been, problems with using dots because of the 
way S3 methods work.  These are getting worse as more functions become 
generic but are getting better as more methods are in namespaces and thus 
registered.

I don't expect dots to go away any time soon, so the choice between 
name.with.dots(), name_with_underscores(), runonname(), and 
nameCamelCased() is really a stylistic one.

 	-thomas