toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Throw error if method already exists.

Open ollym opened this issue 14 years ago • 0 comments

The difficultly with extending native methods is that other libraries can do the same thing. There should be a mechanism that warns the user if an existing method is being overwritten and then freeze the object if in a strict mode setting?

Debugging such conflicts is incredibly difficult for developers so I consider this relatively import.

ollym avatar Sep 07 '11 17:09 ollym