|
From: Ian P. <ipe...@ve...> - 2001-11-02 20:37:17
|
I've noticed that you've _very_ loosely conformed to some variation of Hungarian Notation in your coding. Perhaps you should write up a small (slightly formal) document with some naming/coding conventions/standards and strictly follow them throughout your code (which may or may not require some changes to your current code). Since this is an open source project and people with all sorts of different coding styles will be using this code, it would be worth the effort to make your code as readable/understandable as possible. It would also be useful to anyone who wants to modify or add to the code so the coding style can remain consistent throughout the code. Just my two cents. - Ian Perez (ipe...@ve...) - "It is by will alone I set my mind in motion" |