I remember you complaining a while back about developers who wrap
exceptions - because it makes code harder to debug. (I agree with that
view, btw.) Has that view changed?
Why not add a throws clause to the enclosing FreemarkerWorker method?
-Adrian
Adam Heath wrote:
I'm thinking about the following proposed method in UtilMisc.
Included in the diff is the new method, and one example usage. If it
is used more often, the size of the code will become smaller.
However, I'm not entirely certain if it would be useful, and it's such
a very small helper method, I'm wondering whether the utility is
actually worth it. What do you guys think?