On Thu, 21 Aug 2008, Johannes Waldmann wrote:

NB: My private set of Haskell metrics:
* lines of code (per declaration) (should be <= 5)
* number of declarations (per module) (should be <= 5 as well :-)
* number of usages of Int, String, List, IO (should be <= 0 :-) :-)

* number of usages of unsafePerformIO, unsafeInterleaveIO, use of Ptr or IO at all


These would be nice metrics for me to decide, whether I want to download a package from Hackage.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to