Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/about/coding_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is done to help the compiler infer types;

5. Regular traits and sealed trait that do not form ADTs should extend `Serializable` but not `Product`;

6. Traits should always extend `Serializable`. (i.e. `ZIO`).
6. Traits should always extend `Serializable`. (e.g. `ZIO`).

### Final and private modifiers

Expand Down