File organization

:computer: Create a folder for your project in some suitable location on your computer


:computer: Create relevant subfolders according to some best-practice outline.

:key: Click to see a suggest folder structure
my_project
|─ bin
|- doc
|- data
|  |- raw
|     |- 2016-04-30
|  |- clean
|     |- 2016-11-16
|- results
|- src


:computer: Create a README.txt (or README.md) file in each directory that describes the purpose of the directory.

:key: Click to see an example
# results
Results directory for tracking computational experiments peformed on data. Keep results from different runs in date-stamped directories.