commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

TDD Restructure as a build/make process #66

Open julianharty opened 4 months ago

julianharty commented 4 months ago

Context

I realised a 'make' process might suit this codebase well; where make (or more likely a newer build tool) could be used to determine what steps to take to provide the report and/or data we want to generate.

We'd need to find ways to provide make with the information it'd use to determine whether to perform particular steps. And we'd probably also end up making our code much more modular.

I'll add various notes to this ticket then we can decide if it'd be worth performing the restructure. No code needed at this stage!

Sources of ideas