ifarup / ciefunctions

Python module, GUI, and web app for computing the CIE TC1-97 colorimetric functions
GNU General Public License v3.0
5 stars 5 forks source link

Coding conventions and comments in compute.py for readability #116

Closed ifarup closed 9 years ago

ifarup commented 9 years ago

It is not feasible to change this in all places (it will require heavy re-testing of code that is already thoroughly tested). I have changed it in most places, though, added a general comment about this in the top of the file, and commented every occurence of the reuse of variables that is left in the code. That will have to do for now.