what does the 'Q' in QUnit stand for?
I'm currently brainstorming for possible names on some JavaScript modules I'm working on, and was looking for ideas. I came across QUnit and was wondering what the 'Q' stands for, since the info doesn't appear to be available on its home page. Is it "Query" for example, or maybe "quick" like开发者_运维问答 in QBASIC?
QUnit is the jQuery unit testing suite. The Q
most logically derives from jQuery
just like you said.
精彩评论