• Email
  • Favorite
  • Download
  • Embed
  • Private Content

Integrating Code Quality tools into your jQuery Development Workflow

by antonkovalyov on Apr 17, 2011

  • 2,124 views

JavaScript is a very powerful and flexible language that allows you to write very elegant programs. However, it has some parts of it that are easily breakable and no matter what you are writing, new jQ...

JavaScript is a very powerful and flexible language that allows you to write very elegant programs. However, it has some parts of it that are easily breakable and no matter what you are writing, new jQuery plugin or nice interface for your web application, it is very important to not to ship broken code. Fortunately, there are tools that were designed to catch potential problems in your code and report about them before the deployment of your code.

This talk is about integrating such tools into your daily development workflow. It will give you basic idea of problems that JavaScript has and approaches you can take to prevent those problems. It will also cover JSHint — a community-driven code quality tool — and how we use it at Disqus to make sure that we don't ship broken code to 400m+ visitors.

Accessibility

Categories

Tags

jshint jslint code quality javascript js javascript lint git hooks

More...

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

4 Embeds 133

http://lanyrd.com 125
http://limelight.loc.argosit.net 6
https://lanyrd.com 1
http://184.72.218.145 1

Statistics

Favorites
5
Downloads
58
Comments
1
Embed Views
133
Views on SlideShare
1,991
Total Views
2,124

11 of 1 previous next

  • sbussard Stephen Bussard sadly jshint doesn’t like my modular commenting pattern http://jsbin.com/afeqe5/edit 1 year ago Reply
    Are you sure you want to Yes No
Post Comment
Edit your comment Cancel

Integrating Code Quality tools into your jQuery Development Workflow — Presentation Transcript