Development stats

time to read 1 min | 182 words

A single page.

  • 34 integration tests.
  • 432 lines of test code (excluding data setup and stuff move to test infrastructure).
  • 66 lines of code behind
  • 210 lines of Javascript
  • 641 lines of in the ASPX file (include the javascript above)
  • 221 lines of code in the the controller

A lot of time.

Excluding the ASPX stuff (which include extenders and other things I probably shouldn't exclude), this puts me at 497 (210 of which are javascript) lines of code vs. 432 lines of test. It is simply amazing how much time the UI can take. And how its demands can drive the rest of the system.