Tidy, Tested, Safe training materials.
This repo is deliberately very thin.
The tts_scnd_course_files
directory has the all the files you need to build the 6 releases
of the tts_scnd
package. This is the coursework for the Tidy Tested Safe course.
To follow the Tidy Tested Safe course, just read the Tidy_Tested_Safe_Book.pdf file in this repo.
A partial guide to various repos in the ticdat organization are as follows.
ticdat
This is the repo for development of theticdat
packagetidy_tested_safe
A largely code-free repo that holds the "Tidy Tested Safe" wiki and coursework sample files.tts_diet
A demonstration of the standard diet example hosted as a "Tidy Tested Safe" repo.tts_netflow_a
A demonstration of the multi-commodity network flow problem developed as a "Tidy Tested Safe" repo. The problem is developed incrementally to demonstrate an Agile workflow. The first release tag solves the simpler, one commodity problem. This release bootstraps the solution to the multi-commodity problem.tts_netflow_b
Similar totts_netflow_a
. Demonstrates a pipeline to munge the data into a more mathematical format, and introduces optimization code only in the third release tag.