I have been going through the core jQuery code and had a few "why did they do it like that" moments.
Now, I'm in no way that great at JavaScript programming, but some things seemed a little different in jQuery than what I would usually do. I know they probably have to think more about optimisations then readability etc, but I am still confused about some things.
I was wondering if there was an online document that documents some of the core code? I know there are comments in there, but something more than that I would find beneficial.
No offence intended to anyone that works on the library!