home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / progect-src-0.20.tar.gz / progect-src-0.20.tar / progect-0.20 / GUIDELINES < prev    next >
Text File  |  2000-10-26  |  590b  |  16 lines

  1. Hi developpers,
  2.  
  3. if you want to submit patchs or code for Progect, here are the style
  4. guidelines I want you to follow :
  5.  
  6.     - tabs are 4 spaces
  7.     - each function has a descriptive header (take one of mine as example)
  8.     - each funcion is prototyped (in the same file or in the corresponding .h)
  9.     - each function is closed with its definition in comment (see my code)
  10.     - work with 80 chars screen width as much as possible (I know it is
  11.       always possible, even if it's sometimes hard)
  12.  
  13. I won't accept code that doesn't fit these rules.
  14.  
  15. Send your submissions to : burgbach@users.sourceforge.net
  16.