Tuesday, November 8, 2011

WattDepot Code Katas

I decided to write some code using the WattDepot project open source API. I used the code-kata approach, completing 4 katas in the time I allotted myself.

Electrical energy basics

The katas I wrote served as an introduction to manipulating energy data using WattDepot. I found it interesting and informative. The 4 katas I coded were as follows:

  • SourceListing
  • SourceLatency
  • SourceHierarchy
  • EnergyYesterday

These Katas took about 8 hours to complete in a "fist pass" approach. Given more time, I would do a code walkthrough and make sure the expected output is correct.

No comments:

Post a Comment