Design By Contract with dynamic proxy objects
Sunday, October 19th, 2008I just realized a *much* better way to implement design by contract in python. Dynamic proxy objects. This should solve the infinite recursion/stack poking problem I currently have in my design by contract library. It also may make keeping track of previous state easier. I wonder if this is somewhat functionally equivalent to how Eiffel actually implements it…



