Skip to content

Commit 4d56403

Browse files
Fix: question105 correct answer
1 parent 5189dfa commit 4d56403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,9 +1367,9 @@ _[⬆ Back to Top](#table-of-contents)_
13671367
### Which of the following describe Test Driven Development? (choose two answers)
13681368

13691369
- [x] A Software Development technique based on automated tests.
1370-
- [x] A predictable way to develop working, well-organized code.
1370+
- [ ] A predictable way to develop working, well-organized code.
13711371
- [ ] Having Testers in the development process.
1372-
- [ ] An Increment and emergent approach to Software Design.
1372+
- [x] An Increment and emergent approach to Software Design.
13731373
- [ ] Creating a manual test script before writing code.
13741374

13751375
_[⬆ Back to Top](#table-of-contents)_

0 commit comments

Comments
 (0)