Created
September 7, 2018 09:37
-
-
Save cuonghuynh/3e405d2fd205e6c71d610cfcf025027f to your computer and use it in GitHub Desktop.
Why we should write test to coverage our code as much as posible
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 characters
Unit-test: You will figure out missing logic, wrong types returned or params ... things which you can not think when programming the business code | |
Behat: It's really a supervisor for your website, which make sure all fuctions work well after adding new features. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment