소스 검색

README.md Updated Last At Link, We are now at Chapter 4!

david 5 년 전
부모
커밋
7a00f5ba79
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -0,0 +1,15 @@
+# Obey The Testing Goat
+
+[TOC](https://www.obeythetestinggoat.com/book/toc.html)
+
+[Last At](https://www.obeythetestinggoat.com/book/chapter_unit_test_first_view.html)
+
+### TDD Order Of Operations:
+
+1. Code a Test!
+2. Run test and ensure it FAILS!
+3. Write MINIMUM Code to PASS!
+4. Run test and ensure it PASSES!
+5. Rewrite code smaller/better, Refactor, DRY, etc.
+6. Run test and ensure it PASSES!
+7. Commit to a Git repo!