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

It'll work fine, and when the semantics match, it's probably a good idea to re-use built-in names, since that will make it easier to read and understand the code.

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