| ▲ | scns 21 hours ago | |
Making sure something can be only used correctly is bad? Why? | ||
| ▲ | stouset 11 hours ago | parent [-] | |
Making functions that must be called in a specific, pre-defined order is the problem. Forcing it to be done correctly through the type system is a neat trick, but better is to design it so the trick wasn’t needed in the first place. | ||