@cocktailpeanut This looks like a maintenance nightmare...
- controlled by JSON file, so no comments
- some sort of code in the JSON that you probably can't step through in a debugger
- being used to change a pyproject.toml on the fly. Why not change pyproject.toml directly?
@itechnologynet@charliermarsh In contrast, Humans have had genetics since the beginning of humanity, and no one thinks our genetic code is that reusable
@AntonHand@ForceGaia @cliffski That's like saying a building that is finished is not abandoned. Even a finished building needs updates and maintenance as the ground under it changes
@CFDevelop Ran into this updating https://t.co/2froUQ9Aae yesterday. Had to update a bunch of unit tests when I changed the signature of a function.
Unfortunately I find coarser tests harder to debug (especially with concurrent code), so I'm still keeping the unit tests around...