https://github.com/sglbl/sg_project_template

  1. Data classes | Everything must be object-oriented
  2. Input data | Read everything at the beginning
  3. Decide to file to use: json, csv or excel. If csv, reach a consensus about delimiter
  4. Using lowercase names for everything when we read from excel / csv
  5. Sheet column names: English/Spanish
  6. Date format: Use the same date format
  7. Try to draw a graph to see the relation between different attributes of the project
  8. If you need a folder on github, add .gitkeep. And put the right files to .gitignore.

image.png