Skip to content

Commit

Permalink
Update 2024-10-25-vsa.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyuan-Amos authored Oct 31, 2024
1 parent c119c11 commit ee1f55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-10-25-vsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void Foo(bool param1, bool param2, bool param3)
}
```

Code generally changes over time because of changes in business requirements, so it's important that code is easily modifiable. However, modifying this code is non-trivial because you have to know all the other use cases to be sure you don’t break them (or at least, you have to trust that the engineers before you working on this code have written sufficiently good tests).
Existing business requirements generally change over time and new business requirements get added, so it is important that code is easily modifiable. However, modifying this code is non-trivial because you have to know all the other use cases to be sure you don’t break them (or at least, you have to trust that the engineers before you working on this code have written sufficiently good tests).

### Overbearing Cognitive Load

Expand Down

0 comments on commit ee1f55e

Please sign in to comment.