Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard authored Jan 23, 2024
1 parent e660002 commit a12415c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ written against this endpoint will function regardless of when it was written.
https://example.com/api/experimental/user
```

Explanation: This is an experimental route. It can be changed or removed at any
**Explanation**: This is an experimental route. It can be changed or removed at any
moment without prior notice. This route should be used to test new features and
get community feedback.

Expand Down Expand Up @@ -212,8 +212,10 @@ or
# private.
```

:::important
Tests are never considered to be part of the public API. Any code within the
`tests/` directory is always considered to be private.
:::

Developers are encouraged to make code private by default and only expose
objects as public if there is an explicit need to do so. Keeping code private by
Expand Down

0 comments on commit a12415c

Please sign in to comment.