Odd that compiled languages (C, C++, Java) are higher than some interpreted languages (PHP, Javascript). Of course, the search will match comments as well as code, so it may just mean they have better comments.
I can't think of anything in C or C++ that uses length off the top of my head. Size and Len, sure, but nothing that's length.
I would guess that most of the spelling errors get propagated through autocomplete. That's how most of the spelling errors in my code get there anyway.
Comments
Odd that compiled languages (C, C++, Java) are higher than some interpreted languages (PHP, Javascript). Of course, the search will match comments as well as code, so it may just mean they have better comments.
Also fun to search on "functino".
I can't think of anything in C or C++ that uses length off the top of my head. Size and Len, sure, but nothing that's length.
I would guess that most of the spelling errors get propagated through autocomplete. That's how most of the spelling errors in my code get there anyway.