
28 Sep
2010
28 Sep
'10
2:01 p.m.
On Tue, Sep 28, 2010 at 10:57 AM, Ian Lynagh
I don't understand why the number of functions is such an issue. To me, ease of use is more important.
I agree. And I think the greatest problems with many are: - Maintainence burden: this can be alliviated by defining manually only the most general functions and reusing them in the library implementation. - Documentation: it may get harder to grok the documentation when the number of functions grows. Carefully using '-- ***' headers to put similar functions together may be a good compromise. -- Felipe.