in reply to Re^7: What to test in a new module
in thread What to test in a new module
My point was it's a top-down process with different layers of tests and POC.
The API tests of the top layer are stable, the POCs less so.
There is no point in starting a long endeavor without
This is best done with some demo code, and this can and should be tested. Written specifications are open for interpretations, tests let you sleep well.
Since those tests define your API they can't easily be thrown away anymore unless your POCs were bad.
Hope my perspective is clearer now.
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^9: What to test in a new module
by stonecolddevin (Parson) on Mar 11, 2023 at 22:15 UTC | |
by LanX (Saint) on Mar 11, 2023 at 22:24 UTC | |
by stonecolddevin (Parson) on Mar 11, 2023 at 22:33 UTC | |
by LanX (Saint) on Mar 12, 2023 at 00:39 UTC | |
by stonecolddevin (Parson) on Mar 15, 2023 at 00:07 UTC | |
|