Design
Design considerations for JavaScript API (Smashing Magazine)- Fluent interfaces
- Referred to as method chaining
- Treating undefined as an expected value
- Named arguments (Python has this but currently not possible in JavaScript)
- Argument maps.
- visual representation of the structure of an argument
- Module Pattern Explained
Other
How JavaScript timers works
Controlling Robots
Testing
- use http://www.jsontest.com/ to test json
Exception Handling
Here are some reference articles for Exception handling in JavaScript
- http://eloquentjavascript.net/1st_edition/chapter5.html
Catch JavaScript errors on server side. This way you can find more details about how your system performs in production environment. See articles.
Catch JavaScript errors on server side. This way you can find more details about how your system performs in production environment. See articles.
0 comments:
Post a Comment