Resig Brings Structure to Firebug

JQuery creator and Firebug contributor John Resig posted a gameplan for the next few versions of everybody’s favorite developer extension. Resig says version 1.2 will come out of beta in a week or two, and work on 1.3 is already underway. Firebug is a web development tool for tweaking CSS, debugging JavaScript and more. It […]

FirebugJQuery creator and Firebug contributor John Resig posted a gameplan for the next few versions of everybody's favorite developer extension. Resig says version 1.2 will come out of beta in a week or two, and work on 1.3 is already underway.

Firebug is a web development tool for tweaking CSS, debugging JavaScript and more. It is like juiced-up "view source" for seeing how others put a site together. Firebug really shines when used to streamline your own development.

In the last year, as the application surged in popularity, Firebug had some stumbles. It crashed in Firefox 3 builds. Sometimes it hangs. Resig lays out a plan to build a more stable Firebug:

  • Document Firebug internals
  • Create tests to protect against bug from new code
  • Track the performance using Firefox's tools

Reading between the lines, it sounds like Firebug as a code base is a little disorganized. It quickly became a major part of every developer's toolset and it receives many patches to its 35,000 lines of code.

Resig is still new to the project. His eyes are fresh and he seems to have the passion to make a better tool. If his past projects are any indication, big stuff is coming for Firebug.

See also: