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 05f5e85 commit c119c11
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 @@ -101,7 +101,7 @@ VSA is really not a new idea, but an application of the KISS (Keep it Simple Sil
So, keep code local as far as possible, and only "promote" them to higher levels when there are real instances of code reuse.
Then, you should find it easier to write good abstractions. Quoting from the book "A Philosophy Of Software Design" section 4.6 again:
Then, you should find it easier to write good abstractions. Quoting from the book "A Philosophy Of Software Design" section 4.8:
> The most important issue in designing classes and other modules is to make them deep, so that they have simple interfaces for the common use cases, yet still provide significant functionality.
Expand Down

0 comments on commit c119c11

Please sign in to comment.