Why Perl needs DbC

Next | Previous

Perl, normally, has no interface specifications, strong typing, etc We just have to try to get it right manually - which is not consistent with laziness, niceness or hubris.

DbC shouldn't be that difficult in Perl. Just as Memoize is able to slot itself between caller and function to provide cacheing, we can slot tests in before/after a method executes.

Open Source software

Caveats