Production code

The code to make the tests for completing a task is quite simple and only requires a single line method:

public void Complete(Todo item)
{
_items.Remove(item);
}

That is all we need. We are now ready for the sprint demo.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.129.218.19