Check out my latest project: JSBin - live JavaScript pastebin

Archive for the "jsdocs" Tag

JSDocs for Base

In an effort to create better documentation, we've introduced inline documentation to our JavaScript at the office. Since we use Dean Edwards' Base library for our inheritance the JSDoc out of the box wouldn't work without commenting explicit method name and memberOf attribute - which, in my view, defeats the point. Here's how to [...]