Skip to content

Commit

Permalink
some small suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
HeidiSeibold committed Apr 17, 2023
1 parent e066a23 commit d1bdc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _episodes/06-track_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ types. In particular, version control can be more or less rewarding
depending on file size and format. First, file comparison in version
control systems is optimized for plain text files, such as source code.
The ability to see so-called "diffs" is one of the great joys of version
control. Unfortunately, Microsoft Office files (like the `.docx` files
control systems. Unfortunately, Microsoft Office files (like the `.docx` files
used by Word) or other binary files, e.g., PDFs, can be stored in a
version control system, but it is not possible to pinpoint specific
changes from one version to the next. Tabular data (such as CSV files)
Expand Down
2 changes: 1 addition & 1 deletion _episodes/08-what_next.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We have covered good practices in several areas:

Good Enough Practices rely on a shared set of principles that span these areas:

- Planning: plan out how to work, and any plan that you can stick to is better than no plan.
- Planning: plan out how to work. Any plan that you can stick to is better than no plan.
- Modular organization: organize your data, code, and projects into coherent modules.
- Names: give good names to your files, folders, and functions, that make them easy to find and to understand.
- Documentation: explicitly write down everything you and your collaborators need to know in the future.
Expand Down

0 comments on commit d1bdc6e

Please sign in to comment.