|
|
|
|
|
by randomdata
1035 days ago
|
|
I find it interesting how, as soon as the word error shows up, people seemingly forget how to program. Ignore the word error for a moment. Think about how you program in the general case, for a hypothetical type T. What is it that you do to to your T values to ensure that you don't have the same problem? Now do that same thing when T is of the type error. There is nothing special about errors. |
|