Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

There's a famous copy of professionally commented jQuery found here: http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js

I'm trying to learn JavaScript and d3.js by going through the d3.js source code. A copy of d3.js with similar comments would help me a lot.

d3.js has a lot of great documentation and examples, but I haven't found any commented source.

Anyone seen something like this?

share|improve this question
AFAIK there is no annotated copy of the source code, certainly not with this level of commenting. The chances that there ever will be something like that are rather slim as well I think. – Lars Kotthoff May 16 '12 at 20:31

1 Answer

up vote 4 down vote accepted

Zack Maril, from the D3 google group seems to have started doing some documentation of the D3 code that may be of interest: http://zacharymaril.com/d3/

This is from the following thread: https://groups.google.com/forum/?fromgroups#!topic/d3-js/zrCiiIWX55w

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.