
14 Mar
2007
14 Mar
'07
1:44 p.m.
On Sun, 11 Mar 2007, Donald Bruce Stewart wrote:
This article on the 8 different error handling strategies various common Haskell libs use: http://www.randomhacks.net/articles/2007/03/10/haskell-8-ways-to-report-erro...
got me thinking:
we need to standardise/recommend a small set of methods for library error handling.
What about localised exception messages? How shall I design a library that allow application programmers using that library to emit exception messages that are translated to the language of the application user?