Last active
June 16, 2021 15:26
-
-
Save nrninsane/d6eb50b23e57db1707449c97e8afcdb3 to your computer and use it in GitHub Desktop.
Revisions
-
nrninsane revised this gist
Jun 16, 2021 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,9 @@ What are tests for? Tests are for declaring how implementations should behave. Should we then test that which is declared? Yes. But then you're declaring how a declaration should behave, no? Only if you test the declaration by itself. If you test the integration of the declaration, then you're testing an implementation. -
nrninsane created this gist
Jun 16, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@