Hacker News new | ask | show | jobs
by disgruntledphd2 1592 days ago
Can you? I would be incredibly nervous about breaking unknown stuff and it not getting noticed without tests.

For context, I work predominantly with stats/DS problems, where errors may not actually cause obvious (or indeed any) warnings/errors.

1 comments

As long as you play around in your own branch and never merge your changes, what's the risk? You can try and make changes purely for the purpose of getting to know the code.
yeah, fair I suppose. Personally, I find that changing things and watching the tests fail gives me a lot more insight than just running the code, but that's just me I suppose.