Please:

 o Don't commit cerr or fprintf(stderr, ...) to CVS!
   We have a log system. Use SG_LOG with the
   appropriate log-level. Please, don't overrate
   the importance of your error messages.

 o Don't spread exit() everywhere. If a susbsystem
   can't recover from a situation, then it should output
   a useful error message (SG_LOG) and turn itself
   *off* (if possible), or otherwise throw an exception.
   Often a crash is preferable, as it generates a
   core file or interrupts the debugger. Just don't
   simply exit().

m.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to