Skip to main content

Timeline for How to avoid typo errors, etc?

Current License: CC BY-SA 3.0

13 events
when toggle format what by license comment
Jul 30, 2012 at 20:18 comment added markijbema Actually, TDD advises very, very, very small steps, and in that case you can actually get this diagram. But it is quite hard and takes a lot of practice, and a lot of learning. TDD isn't just writing a test, and then writing some code. But you're right on so far, that there should be a back arrow from the write a little code, because sometimes you cannot fullfill the requirements of your test, and you need to write another test.
Jul 30, 2012 at 16:09 comment added Lie Ryan I don't see an arrow going from "Make a little change" to "Add a test"
Jul 30, 2012 at 16:08 comment added Yusubov well, there is no ideal conditions, and changes will happen. That is why with each wave of changes modification to test are included in iteration.
Jul 30, 2012 at 15:59 comment added Lie Ryan It is contrived. Things almost never work that cleanly, you often are forced to work with half-written test and half-written implementation and so you had to go back and forth between writing tests and writing implementation.
Jul 30, 2012 at 15:55 comment added Yusubov It is just a simple diagram for each code/use case iteration.
Jul 30, 2012 at 15:52 comment added Lie Ryan that diagram rarely reflects reality, very often, once you've finished written the test and started writing the implementation that you would discover a bug in the test, that the test is either impossible to pass with the correct implementation or it is testing for the wrong thing altogether.
Jul 30, 2012 at 13:44 history edited Yusubov CC BY-SA 3.0
deleted 1 characters in body
Jul 28, 2012 at 21:45 history edited Yusubov CC BY-SA 3.0
Added some details; added 20 characters in body
S Jul 28, 2012 at 17:11 history edited Yusubov CC BY-SA 3.0
Improved grammar; added 110 characters in body
S Jul 28, 2012 at 17:11 history suggested superM CC BY-SA 3.0
Improved grammar
Jul 28, 2012 at 16:59 review Suggested edits
S Jul 28, 2012 at 17:11
Jul 28, 2012 at 16:51 history edited Yusubov CC BY-SA 3.0
added 77 characters in body
Jul 28, 2012 at 16:45 history answered Yusubov CC BY-SA 3.0