|
|
|
|
|
by BugsBunnySan
3633 days ago
|
|
I think the difference is that the test shows what the idea you (as the architect) have is, while the code shows how you (as the developer) implemented it. And then you run the tests and they will, hopefully, tell you if the how matches the what, and if it doesn't where the two differ, i.e. where the the code doesn't do what you intended... |
|