Hacker News new | ask | show | jobs
by dragonwriter 1275 days ago
> What allows you confident refactoring code are automated tests.

Typing facilitates automated testing; e.g., hypothesis can infer test strategies for type-annotated code.