Daily Archives: January 22, 2007

Book Review – The book of the dead

  As with most books I have read, I actually listened to this via Audible, so I will be supplying both links. I should first say that apparently this is the third book in a trilogy, and I haven’t read … Continue reading

Posted in Books | Leave a comment

Real Test Driven Development – Thinking of Money 9

  First we need to set the update from within the engine [Test] public void Update() { _Engine.AddTransaction(10.10, "test category", "test description", DateTime.Now); Assert.IsTrue(_Engine.Update()); } public bool Update() { bool transFailed = false; foreach (MoneyTransaction moneyTransaction in _History) { if … Continue reading

Posted in Projects | Leave a comment