Changes between Version 17 and Version 18 of Ruby reference implementation


Ignore:
Timestamp:
Dec 11, 2007, 8:00:49 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ruby reference implementation

    v17 v18  
    3939== Coding guideline ==
    4040 * Policy
    41   * Do not hesitate to change source codes. Do not consider who write the codes. Subversion repository can be rolled back anytime unlike a human life.
     41  * Do not hesitate to change source codes. Do not consider who wrote the codes. Subversion repository can be rolled back anytime unlike a human life.
    4242  * Think after test. Think after commit.
    4343  * Commit first. Prepare detailed document and brush up to elegant codes later.