A poor man’s types

57 points by chreke


tentacloids

A lot of types/tests wordslinging essentially tries to compare them at how well they do the same job (finding bugs), but I get the most value from types at the point of designing a program, when I can find out if what I’m trying to make can even logically exist. After that, I can test whether it does what I want it to. They’re different things!