mozilla / mozanalysis

A library for Mozilla experiments analysis
https://mozilla.github.io/mozanalysis/
Mozilla Public License 2.0
9 stars 13 forks source link

Evaluate using Makefile or scripts to improve usability #230

Closed mikewilli closed 1 month ago

mikewilli commented 1 month ago

Many open source projects use Makefiles to standardize common tasks, we could consider doing that too to ensure that everyone installs dependencies the same way.

As part of this evaluation we should consider whether we even need a solution like this or if it would be excessive -- there might not be a real problem here.

mikewilli commented 1 month ago

PR #234 explored this as an option, but it just doesn't seem worthwhile at this point -- the tasks are simple enough that adding another (possibly unfamiliar) tool trades complexity instead of eliminating it.

Closing...