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?
I’m currently brainstorming for possible names on some JavaScript modules I’m working on, and
Share
QUnit is the jQuery unit testing suite. The
Qmost logically derives fromjQueryjust like you said.