Linked by RandomGuy on Wed 10th Jun 2009 20:00 UTC
Thread beginning with comment 367793
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Benefit of the doubt
by jack_perry on Wed 10th Jun 2009 21:38
in reply to "Benefit of the doubt"
RE: Benefit of the doubt
by jacquouille on Wed 10th Jun 2009 21:42
in reply to "Benefit of the doubt"
RE[2]: Benefit of the doubt
by RandomGuy on Wed 10th Jun 2009 21:56
in reply to "RE: Benefit of the doubt"
I didn't set out to write the most perfect explanation of big O notation or templates. That was never the point of this article.
It seems as though a lot of people were left scratching their head over this one. I was left wondering if it was an analogy, because big O notation has nothing to do with programming languages. It is about algorithms, and algorithms are language neutral (though their implementations clearly aren't language netural).
You may want to look at things like context free grammars, and non-deterministic finite automaton in order to understand how programming languages work. Once you can explain that in a clear and concise manner for the layman, maybe you'd have a happier following.
RE[2]: Benefit of the doubt
by RandomGuy on Wed 10th Jun 2009 22:25
in reply to "RE: Benefit of the doubt"
RE: Benefit of the doubt
by Bill Shooter of Bul on Thu 11th Jun 2009 05:54
in reply to "Benefit of the doubt"







Member since:
2006-07-30
Sorry if you hate my article.
Like I stated in the introduction I deliberately sacrificed some precision to make it shorter.
I also wanted to combine ideas in new and (at least to me) interesting ways. These two factors make my writing very vulnerable to criticism. I expected that.
I didn't set out to write the most perfect explanation of big O notation or templates. That was never the point of this article. I wanted to give the noob reader a rough idea of the concepts that's short enough to be skipped easily by the pros. Everybody knows how to use Google and Wikipedia.
Well, if everybody completely missed the point of this article I guess my writing does suck.
All I'm asking is this:
Don't think I'm an idiot because I didn't write a 10 page article that reiterates a simple idea for the 10billionth time. The facts are obvious and you don't get criticized. It's easy to write this kind of article. Easy and pointless.
Give me the benefit of the doubt.
I spent countless hours thinking about and rephrasing each and every part of this article.