I stubbed out the function. That means it's like 99% done, right?

Comments

  1. not until you get a bug report that is tied to it, you fix it and then write test cases (;

    ReplyDelete
  2. Who cares about the implementation details anyway. It compiles, ship it.

    ReplyDelete
  3. Asbjørn Heid That's right! Mere implementation details. I'd like to write code that is pure interface. :-)

    ReplyDelete
  4. Brandon Staggs 
    begin end. 

    Boom, done! ;)

    ReplyDelete
  5. In all seriousness: getting a class stubbed out with function signatures that are correct feels like accomplishing all most as much as implementing everything. The interface is half the battle. :-)

    ReplyDelete
  6. Brandon Staggs If you are practicing TDD that is.

    ReplyDelete

Post a Comment