[Python-ideas] Why is design-by-contracts not widely adopted?

James Lu jamtlu at gmail.com
Mon Sep 24 18:34:23 EDT 2018


Perhaps it’s because fewer Python functions involve transitioning between states. Web development and statistics don’t involve many state transition. State transitions are where I think I would find it useful to write contracts out explicitly.


More information about the Python-ideas mailing list