Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Hofmeister <[email protected]>
  • Loading branch information
thomaseizinger and HofmeisterAn authored Oct 31, 2022
1 parent ae60839 commit c3bebaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESIGN_PRINCIPLES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Design principles

This documents aims to capture the design principles that went into this library.
This document aims to capture the design principles that went into this library.
It should serve as a reference point when making decisions on what features to include or exclude.

## Simple

One of most important goals that we want to adhere to is creating a _simple_ API.
One of the most important goals that we want to adhere to is creating a _simple_ API.
Overall, this means keeping the API as small as possible to get the task done.
When in doubt, we'd rather not add flags or configuration options for certain use cases.

Expand Down

0 comments on commit c3bebaa

Please sign in to comment.