File: TODO.markdown

package info (click to toggle)
ruby-contracts 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 624 kB
  • sloc: ruby: 3,805; makefile: 4; sh: 2
file content (6 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
- maybe make some screencasts

- you can now do something like Haskell's quickcheck. Every contract has a method 'test_data' or something. You can use that data to automatically check methods with contracts to make sure they are correct.
  - http://www.cse.chalmers.se/~rjmh/QuickCheck/manual.html
  - for stuff like the Not contract, should I make a standard set of classes to check those functions with? Would that be useful at all?
  - also write specs for this stuff