Monday, May 23, 2011

Tip of the Day

When creating JavaScript libraries, it is good to think up creative names and also post a tutorial on how to do it. Creative names as in method names. There are certain "illegal" characters (like @, #, etc.). You won't want to use those as method names.

Also, keep up with the library. What I mean is, keep working on it. When deprecating or removing certain methods/variables, notify the person (if your library is online).

A useful tip.

No comments:

Post a Comment

Please keep your comments appropriate.