$Id: CODING,v 1.4 2003/05/11 21:55:00 vida Exp $

Some rules you must follow when committing code for CAMAS:

. Every new functions available to the user or part of an API MUST be auto
  documented.
. Don't commit a bad code and think you will do it better next time. Do it
  well on the first time or don't code it and reserve your time for
  something else. Why ? Because after two years nobody will understand your code
  and it will take twice the time to code it again.
. Always think of other people needs and keep it simple. That means don't
  hardcode values, add the features nobody will ever need except you. If you
  need something special, make your own RXML and Actions modules.
. Please check and verify that all files has the following sentences at its
  end :

/*                                                                             
 * If you visit a file that doesn't contain these lines at its end, please     
 * cut and paste everything from here to that file.                            
 */                                                                            
                                                                               
/*                                                                             
 * Local Variables:                                                            
 * c-basic-offset: 2                                                           
 * End:                                                                        
 *                                                                             
 * vim: softtabstop=2 tabstop=2 expandtab autoindent formatoptions=croqlt smartindent cindent shiftwidth=2
 */
