Created
October 24, 2018 03:11
Revisions
-
dhl created this gist
Oct 24, 2018 .There are no files selected for viewing
This file contains 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,7 @@ # Naming Conventions in Code ## Verify Tests if some subject (object or data) passes the correctness definition for some type. Returns true if the test passes, and false otherwise. ## Validate Tests if some subject (object or data) passes the correctness definition for some type. Throws an exception if the subject did not pass the test. The test is not required to return any meainingful value if the test pases.