Changes between Version 2 and Version 3 of PythonPort/Process


Ignore:
Timestamp:
Oct 10, 2007, 2:57:15 PM (17 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Process

    v2 v3  
    2727Some of important guidelines are:
    2828
    29   * No design changes whatsoever, except as documented in PythonPort/Design. We'll have enough fun debugging the port to afford debugging not only port, but also design changes at the same time.
     29  * No design changes whatsoever, except as documented in PythonPort/Design. We'll have enough fun debugging the port to afford debugging not only port, but also design changes at the same time. Even if better Python design is obvious and seems simple, try to resist the temptation for now.
    3030  * If it's not possible to port something because another module is not yet up-to-date, leave "FIXME" comment, telling what's needed to be done.
    3131  * If you start work on a module, please add a "# Status:" comment and immediately commit, so that others don't try to port it at the same time.