
14 Jan
2010
14 Jan
'10
8:24 a.m.
P.S.: Looking at forum discussions about simple, standard examples like Fibonacci, arithmetic mean etc. I get the impression that the naive, beautiful solution is evtl. not scalable (performance, memory) and that it's necessary to understand the runtime behaviour underneath the abstraction. Would You confirm that impression?
-- Markus
If you're using the word 'naive' to mean what it normally means, isn't that basically truism? NAIVE IMPLEMENTATION IS NAIVE.