pyclaw icon indicating copy to clipboard operation
pyclaw copied to clipboard

Use descriptors to shorten property code

Open ketch opened this issue 11 years ago • 1 comments

We could use descriptors, as explained here:

http://nbviewer.ipython.org/urls/gist.github.com/ChrisBeaumont/5758381/raw/descriptor_writeup.ipynb

to simplify some code in solution.py, geometry.py, and perhaps elsewhere.

ketch avatar Jun 22 '13 17:06 ketch

I agree, it would really make this code look nicer and be easier to read.

mandli avatar Jun 23 '13 02:06 mandli