in reply to is it ok to name object methods after core functions?

They are safe because in OO you don't export them, so the methods of a given class belongs to the class they are declared in.

citromatik

  • Comment on Re: is it ok to name object methods after core functions?