Static typing, Python, D, DbC
Paul Rubin
no.email at nospam.invalid
Sun Sep 12 16:28:05 EDT 2010
Bearophile <bearophileHUGS at lycos.com> writes:
> I see DbC for Python as a way to avoid or fix some of the bugs of the
> program, and not to perform proof of correctness of the code. Even if
> you can't be certain, you are able reduce the probabilities of some
> bugs to happen.
I think DbC as envisioned by the Eiffel guy who coined (and trademarked)
the term is that it's a static verification technique, marketing-speak
annotating subroutines with pre- and post- conditions that can be
checked with Hoare logic. Runtime checks wouldn't qualify as that.
More information about the Python-list
mailing list