Skip to content

Commit 342eb4a

Browse files
Change: code review to Code Review
1 parent 5674bc1 commit 342eb4a

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
@@ -2807,7 +2807,7 @@ _[⬆ Back to Top](#table-of-contents)_
28072807
What are reasons to automate the Software build process? (choose the best two answers)
28082808

28092809
- [x] Automation improves the quality of Software by making builds less error-prone.
2810-
- [ ] Code reviews are much faster if you automate your build.
2810+
- [ ] Code Reviews are much faster if you automate your build.
28112811
- [x] To get feedback on changes to the code early and often.
28122812
- [ ] You can't run automated tests without an automated build.
28132813

@@ -2920,7 +2920,7 @@ _[⬆ Back to Top](#table-of-contents)_
29202920
264. ### Question264
29212921
What is the value of Refactoring code?
29222922

2923-
- [ ] To have all code in a single file for easy printing and code reviews.
2923+
- [ ] To have all code in a single file for easy printing and Code Reviews.
29242924
- [x] To improve readability and maintainability.
29252925
- [ ] To keep the code moving.
29262926
- [ ] To make the Software faster at runtime.

0 commit comments

Comments
 (0)