??? 07/11/05 17:27 Read: times |
#97079 - which you must verify which is more work Responding to: ???'s previous message |
which means... .that in 10000 user base you will have 163 people who will help you fix bugs for free, send in patches,
Which you must verify which is more work than fixing the bugs yourself. I am in a "closed loop open source" environment (getting "suggestions" from our overseas subsidaries) and every time I get a "patch" I have to change e.g. "uchar" to "U8" comments to TVna standard (sometimes translate them to english) and, in the end, find that it would have been faster to fix the bug myself. I can see an open source project stating off something like this #define UCHAR unsigned char #define uchar unsigned char #define UC unsigned char #define U8 unsigned char #define ralph unsigned char to accomodate the fancies of all participants. and, oh boy, would that make it easy to read Erik |