[BioRuby-cvs] bioruby README.DEV,1.1,1.2

Katayama Toshiaki k at pub.open-bio.org
Sun Sep 25 22:07:04 EDT 2005


Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv15137

Modified Files:
	README.DEV 
Log Message:
* added documentation on indentation and comments


Index: README.DEV
===================================================================
RCS file: /home/repository/bioruby/bioruby/README.DEV,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.DEV	24 Sep 2005 15:06:54 -0000	1.1
--- README.DEV	26 Sep 2005 02:07:02 -0000	1.2
***************
*** 35,42 ****
  === Use the following naming conventions
  
!   * CamelCase for module and class names,
!   * '_'-separated lowercase names for method names,
!   * '_'-separated lowercase names for variable names, and
!   * all uppercase names for constants.
  
  === Each file must start with the following text
--- 35,52 ----
  === Use the following naming conventions
  
! * CamelCase for module and class names,
! * '_'-separated lowercase names for method names,
! * '_'-separated lowercase names for variable names, and
! * all uppercase names for constants.
! 
! === Indentation must not include tabs
! 
! * Use 2 spaces for indentation.
! * Don't replace spaces at the line head to tabs.
! 
! === Comments
! 
! Don't use =begin and =end block for comments.  If you need to add
! comments, include it in the RDoc documentation.
  
  === Each file must start with the following text



More information about the bioruby-cvs mailing list