Skip to content
Snippets Groups Projects
Commit ca8273c3 authored by Dominik Zobel's avatar Dominik Zobel Committed by Tobias Koelling
Browse files

Fix typos on Maintainability slide

parent 0a7abac3
No related branches found
No related tags found
1 merge request!24complexity lecture
......@@ -175,9 +175,9 @@ Complexity is not about complicated designs
**If code works, why put more effort in it to reduce complexity and make it more approachable?**
- Your future self and others can understand faster,
- Your future self and others can understand the code faster,
- Changing and adding components should be easy and only require local adjustments,
- Bugs are easier to find when the complecity is low (and components individually testable),
- Bugs are easier to find when the complexity is low (and components individually testable),
- This also makes testing easier and more likely to test all code paths (high code coverage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment