
11 May
2011
11 May
'11
12:37 a.m.
Comment #1 on issue 452 by daniel.w...@gmail.com: Not no tiny code base (anymore)? http://code.google.com/p/xmonad/issues/detail?id=452 I don't think it's fair to count tests in LoC counts. If we leave out comments and blank lines as well, the source is well under 1000 lines, according to my sed hack: sorghum:~/inst/xmonad/XMonad% sed '/{-/,/-}/d;/^--\s/d;/^\s*$/d' * | wc 668 4520 31346 So, in fact, it's well under 700 lines. =)