Changes between Version 2 and Version 3 of ArchiTecture


Ignore:
Timestamp:
Sep 20, 2005, 5:43:13 PM (19 years ago)
Author:
ole
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArchiTecture

    v2 v3  
    4545
    4646Should we remove Python code superseded by C-extensions?
    47   Pros:  Leaner code and no risk
    48   Cons: Less readable algorithms
     47 * Pros: Leaner code and no risk
     48 * Cons: Less readable algorithms
    4949
    5050Move py code into files such as quantity_ext.py and have python wrappers with doc strings for all functions. Name the code in extensions _ext and conditional import as usual.