remove unused file
[iankelling.org] / blog / 2014-10-14-on2-vote-results.md
1 ---
2 title: "Voting results for language around O(n²)"
3 comment_links:
4 reddit: https://www.reddit.com/r/programming/comments/2j9kne/rprogramming_you_voted_on_language_around_on%C2%B2/
5 ---
6 I [previously](/09-29-2014/say-On2.html) lamented that we are stuck with many roughly equivalent ways to say technical terms/phrases. Then I proposed over 88 ways to talk about O(n²) in computer science with voting buttons for "sounds good", "sounds ok", and "sounds wrong/confusing."
7
8 After 13k votes, mostly from [/r/programming](https://www.reddit.com/r/programming) readers, here are the results.
9
10 There were four almost equally most popular terms, with plenty of people prefering one over the others.
11
12 + "big oh of n squared"
13 + "order [of] n squared"
14 + "complexity of n squared"
15 + "quadratic time"
16
17 Removal of "of" was slightly less popular (except for "order" which was basically equal). Other variations of the four were a bit less popular still.
18
19 As I noted, opinions were split, with ~55% "sounds good", ~25% "sounds ok", and ~20% "sounds wrong or confusing" for each. For people who liked one of these four, they also had a preference for its minor variations, but felt average for the other three.
20
21 "big oh of n squared" did have an edge, which I think is at least partially due to the fact that I used O(n²) when writing about the topic. In a proper experiment, I would have interviewed people verbally and used a random term to introduce the topic.
22
23 There weren't any words that stood out as universally disliked, although a few awkward combinations rounded the bottom with 60% "sounds wrong or confusing." I would recommend using one of the above, or a variation, which is still about 20 options.
24
25 That is the high level overview. If you want to see all the words and their vote percentages, they are [here](/on2vote/on2-vote-detailed-analysis.txt).
26
27 Natural language sure can complicate things. Looking at data can give us some insights though. I wonder how preferences will change in 5 or 10 years.