
24 Aug
2008
24 Aug
'08
3:55 a.m.
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.