Skip to content

Commit 9e1fcbe

Browse files
Fix: typos from #16
1 parent 8bee4bb commit 9e1fcbe

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
170170
| 62 | [Does delivering changes frequently and directly into Production help to reduce risk? (choose two)](#does-delivering-changes-frequently-and-directly-into-production-help-to-reduce-risk-choose-two) |
171171
| 63 | [True or False: Best Practices are recommended to solve complex problems.](#true-or-false-best-practices-are-recommended-to-solve-complex-problems) |
172172
| 64 | [When is Performance Testing most effectively performed?](#when-is-performance-testing-most-effectively-performed) |
173-
| 65 | [Which three of the following criteria are most helpful as part of a Scrum Teams Definition of Done? (choose best three answers)](#which-three-of-the-following-criteria-are-most-helpful-as-part-of-a-scrum-teams-definition-of-done-choose-best-three-answers) |
173+
| 65 | [Which three of the following criteria are most helpful as part of a Scrum Team's Definition of Done? (choose best three answers)](#which-three-of-the-following-criteria-are-most-helpful-as-part-of-a-scrum-teams-definition-of-done-choose-best-three-answers) |
174174
| 66 | [A team has expressed requirements as a set of failing Acceptance Tests. What are three benefits? (choose best three answers)](#a-team-has-expressed-requirements-as-a-set-of-failing-acceptance-tests-what-are-three-benefits-choose-best-three-answers) |
175175
| 67 | [Which is LEAST useful when measuring Code Maintainability?](#which-is-least-useful-when-measuring-code-maintainability) |
176176
| 68 | [Which two criteria are useful in deciding if something should be documented every Sprint? (choose best two answers)](#which-two-criteria-are-useful-in-deciding-if-something-should-be-documented-every-sprint-choose-best-two-answers) |
@@ -338,7 +338,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
338338
| 230 | [Which one is true about the Daily Scrum? Pick 3](#which-one-is-true-about-the-daily-scrum-pick-3) |
339339
| 231 | [What are traits of a high performance Scrum Team? (pick all that apply)](#what-are-traits-of-a-high-performance-scrum-team-pick-all-that-apply) |
340340
| 232 | [Who knows best about how to create usable and releasable Increments?](#who-knows-best-about-how-to-create-usable-and-releasable-increments) |
341-
| 233 | [True or False: Interface Segregation principle implies that a client should never be forced to implement an interface that it doesnt use.](#true-or-false-interface-segregation-principle-implies-that-a-client-should-never-be-forced-to-implement-an-interface-that-it-doesnt-use) |
341+
| 233 | [True or False: Interface Segregation principle implies that a client should never be forced to implement an interface that it doesn't use.](#true-or-false-interface-segregation-principle-implies-that-a-client-should-never-be-forced-to-implement-an-interface-that-it-doesnt-use) |
342342
| 234 | [Who is responsible for the Product Backlog Items and tasks estimation in Scrum?](#who-is-responsible-for-the-product-backlog-items-and-tasks-estimation-in-scrum) |
343343
| 235 | [How do the Developers divide into multiple teams in scaled Scrum?](#how-do-the-developers-divide-into-multiple-teams-in-scaled-scrum) |
344344
| 236 | [What should the Development Team do when there is no standard contract to create a releasable Product?](#what-should-the-development-team-do-when-there-is-no-standard-contract-to-create-a-releasable-product) |
@@ -388,7 +388,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
388388
| 280 | [True or False: Test Driven Development is a predictable way to develop working, well-organized code?](#true-or-false-test-driven-development-is-a-predictable-way-to-develop-working-well-organized-code) |
389389
| 281 | [The Scrum Team should have all the skills needed to: (choose the best answer)](#the-scrum-team-should-have-all-the-skills-needed-to-choose-the-best-answer) |
390390
| 282 | [Who determines when it is appropriate to update the Sprint Backlog during a Sprint? (choose the best answer)](#who-determines-when-it-is-appropriate-to-update-the-sprint-backlog-during-a-sprint-choose-the-best-answer) |
391-
| 283 | [What is the Scrum Master responsible for during the Sprint Restrospective? (choose the best answer)](#what-is-the-scrum-master-responsible-for-during-the-sprint-restrospective-choose-the-best-answer) |
391+
| 283 | [What is the Scrum Master responsible for during the Sprint Retrospective? (choose the best answer)](#what-is-the-scrum-master-responsible-for-during-the-sprint-retrospective-choose-the-best-answer) |
392392
| 284 | [The right time to refactor code using Test Driven Development is: (choose the best answer)](#the-right-time-to-refactor-code-using-test-driven-development-is-choose-the-best-answer) |
393393
| 285 | [When should Product Backlog refinement occur? (choose the best answer)](#when-should-product-backlog-refinement-occur-choose-the-best-answer) |
394394
| 286 | [Why is architectural layering important for emergent systems? (choose the best three answers)](#why-is-architectural-layering-important-for-emergent-systems-choose-the-best-three-answers) |
@@ -1011,7 +1011,7 @@ _[⬆ Back to Top](#table-of-contents)_
10111011

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

1014-
### Which three of the following criteria are most helpful as part of a Scrum Teams Definition of Done? (choose best three answers)
1014+
### Which three of the following criteria are most helpful as part of a Scrum Team's Definition of Done? (choose best three answers)
10151015

10161016
- [ ] The Product is released at the end of every Sprint.
10171017
- [x] Acceptance Tests pass.
@@ -1598,7 +1598,7 @@ _[⬆ Back to Top](#table-of-contents)_
15981598
### Which of the following are examples of a Scrum Team practicing Scrum poorly or not exhibiting traits of a self-managing Scrum Team? (choose the best three answers)
15991599

16001600
- [ ] The Developers have all the skills they need to create a valuable, useful Increment.
1601-
- [x] Stakeholders attend the Daily Scrum to check on the Scrum Teams progress.
1601+
- [x] Stakeholders attend the Daily Scrum to check on the Scrum Team's progress.
16021602
- [ ] The Developers create their own Sprint Backlog, reflecting all work that is required to meet the Definition of Done.
16031603
- [ ] The Developers are collaboratively selecting their own work during the Sprint.
16041604
- [x] The Developers invite external Stakeholders to the Sprint Planning to ask them how to turn a Product Backlog Item into an Increment via a complete and detailed Sprint Backlog.
@@ -1867,7 +1867,7 @@ _[⬆ Back to Top](#table-of-contents)_
18671867
- [x] Less back-tracking to discover where things went wrong, so you can spend more time building features.
18681868
- [x] Allows teams to detect problems early.
18691869
- [ ] Automatically eliminates all integration issues.
1870-
- [x] Stop waiting to find out if your codes going to work.
1870+
- [x] Stop waiting to find out if your code's going to work.
18711871

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

@@ -1961,7 +1961,7 @@ _[⬆ Back to Top](#table-of-contents)_
19611961
- [x] Analysis performed on code in a non-runtime environment.
19621962
- [ ] Analysis performed on Software at runtime.
19631963
- [ ] Duties of a Business Analyst.
1964-
- [ ] Checking static classes readability.
1964+
- [ ] Checking static classes' readability.
19651965

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

@@ -2270,7 +2270,7 @@ _[⬆ Back to Top](#table-of-contents)_
22702270

22712271
- [ ] A high count might indicate that a type or method is doing too much work.
22722272
- [ ] A high count might be a warning that code will be hard to maintain.
2273-
- [ ] It isnt a Code Quality metric.
2273+
- [ ] It isn't a Code Quality metric.
22742274
- [x] It is explained via percentage.
22752275

22762276
_[⬆ Back to Top](#table-of-contents)_
@@ -2445,7 +2445,7 @@ _[⬆ Back to Top](#table-of-contents)_
24452445
### Which is NOT true about Efferent Coupling?
24462446

24472447
- [x] Classes with high efferent will affect other classes when changes are made.
2448-
- [ ] A large Efferent Coupling can indicate that a class is unfocussed and may also indicate that it is unstable since it depends on the stability of all the types to which it is coupled.
2448+
- [ ] A large Efferent Coupling can indicate that a class is unfocused and may also indicate that it is unstable since it depends on the stability of all the types to which it is coupled.
24492449
- [ ] Classes with high Efferent Coupling will receive the effects of changes or defects in other classes.
24502450
- [ ] It is a Code Quality metric.
24512451

@@ -2524,7 +2524,7 @@ _[⬆ Back to Top](#table-of-contents)_
25242524

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

2527-
### True or False: Interface Segregation principle implies that a client should never be forced to implement an interface that it doesnt use.
2527+
### True or False: Interface Segregation principle implies that a client should never be forced to implement an interface that it doesn't use.
25282528

25292529
- [ ] False.
25302530
- [x] True.
@@ -2979,9 +2979,9 @@ _[⬆ Back to Top](#table-of-contents)_
29792979

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

2982-
### What is the Scrum Master responsible for during the Sprint Restrospective? (choose the best answer)
2982+
### What is the Scrum Master responsible for during the Sprint Retrospective? (choose the best answer)
29832983

2984-
- [ ] Summerizing and reporting the discussions to managment.
2984+
- [ ] Summarizing and reporting the discussions to management.
29852985
- [ ] Acting as a scribe to capture the Scrum Team's answers.
29862986
- [x] Participating as a Scrum Team member and facilitating as requested or needed.
29872987
- [ ] Prioritizing the resulting action items.
@@ -3011,15 +3011,15 @@ _[⬆ Back to Top](#table-of-contents)_
30113011
- [x] Layering makes it easier to reuse functionality.
30123012
- [ ] Layering assigns clear responsibilities to individual Developers.
30133013
- [x] Layering separates different logical concerns withing the system.
3014-
- [x] Layering increases maintainability of a system by isolating functional responsibilites.
3014+
- [x] Layering increases maintainability of a system by isolating functional responsibilities.
30153015

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

30183018
### Is it a good idea to follow each automated build with the execution of automated tests?
30193019

3020-
- [ ] Yes. Code coverege can be used to assess progress.
3020+
- [ ] Yes. Code coverage can be used to assess progress.
30213021
- [ ] No. Automated tests should be executed when the implementation of a Product Backlog item is complete.
3022-
- [x] Yes. The tests may identify wheather there are problems that the Developers should fix before proceeding.
3022+
- [x] Yes. The tests may identify whether there are problems that the Developers should fix before proceeding.
30233023
- [ ] No. It would take too much time.
30243024

30253025
_[⬆ Back to Top](#table-of-contents)_
@@ -3037,7 +3037,7 @@ _[⬆ Back to Top](#table-of-contents)_
30373037

30383038
- [x] Clear Communication of the Scrum Team's quality standards.
30393039
- [x] A fully valuable, useful Increment by the end of each Sprint.
3040-
- [ ] An ongoing strategy or technique for steadely adressing Technical Debt.
3040+
- [ ] An ongoing strategy or technique for steadily addressing Technical Debt.
30413041
- [x] Guidance on the specific patterns to be implemented in code.
30423042
- [ ] A full description of all test steps.
30433043

@@ -3056,8 +3056,8 @@ _[⬆ Back to Top](#table-of-contents)_
30563056

30573057
- [ ] Assessing if code is written in as few lines as possible.
30583058
- [ ] A measurement for complexity based on the number of people involved.
3059-
- [ ] Determinine the number of unit tests required to ensure correctness.
3060-
- [ ] Demonstrating code is well structured and cleanly implemented.
3059+
- [ ] Determining the number of unit tests required to ensure correctness.
3060+
- [ ] Demonstrating code is well-structured and cleanly implemented.
30613061
- [x] Measuring branching structures and nesting levels in code.
30623062

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

0 commit comments

Comments
 (0)