Skip to content

Commit

Permalink
Add recommendation to use a model configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 9, 2024
1 parent afd8f72 commit b611e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lessons/best-practices/collaboration-etiquette.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ for working on a collaborative project.

## General

1. Don't hardcode model configuration values; use a configuration file in a plain text format like cfg, yaml, or toml, and read in the values.

1. Avoid including data (input or output) in a source code repository. There's some gray area for data
used in an example, but the data should be small.

Expand Down

0 comments on commit b611e67

Please sign in to comment.