style_warning.txt

The tests' driver code (usually residing in `TEST_main.c' and possibly stub header files) is written in a quick'n dirty fashion to save time. Do not use such a style for your own programs, always write as many comments as needed, use meaningful identifier names (especially if you have the autocomplete feature in your editor), etc.

-RF
