Skip to content
Snippets Groups Projects
ERIC GAGNON's avatar
Eric Gagnon authored
3daeb532
History
Name Last commit Last update
README.md

Overview

Repositories for PSH Hershey Datasciences.

Guidelines

  • comment your code
  • prefer clarity
  • branch, dev, merge for any changes you consider significant, even significant refactors
  • never include sensitive information or passwords, etc. in code - keep them separate and don't commit them
  • organize the folders and scripts as appropriate - we don't currently have a set pattern
  • don't reorganize or rename code you aren't working on