タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

toolとjavascriptに関するtlyncのブックマーク (2)

  • JSHint, a JavaScript Code Quality Tool

    Report Cyclomatic complexity Unused variables Undefined variables Warn About == null About debugging code About unsafe for..in About arguments.caller and .callee About assignments if/for/... About functions inside loops About eval About unsafe line breaks About potential typos in logical operators When code is not in strict mode When new is used for side-effects Assume Browser NodeJS jQuery Develo

    tlync
    tlync 2011/03/06
    JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team's coding conventions.
  • jQuery source viewer

    Meta See the related blog post: Under jQuery's Bonnet I was sick and tired of having to scroll through a raw copy of jQuery everytime I wanted to view a method's implementation... so I decided to have a go at creating a faster, more usable interface which would allow me to quickly traverse each method's source. It's dead simple. Type in a jQuery method name (then wait a bit) and the corresponding

    tlync
    tlync 2010/02/02
    jQuery のソースをインクリメンタルサーチ。デバッグ、ソースリーディングする時に。
  • 1