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