Continue reading »
This post contains general assertions about code performance and readability. Every such assertion every made in these areas can be easily disproved by a thought experiment, contrived test case or hyperbolic arguments. That said I think I am mostly right ;)
Exceptions Are Slow
Throwing exceptions is bad right. Its slow and makes the code unreadable. Well... kinda...maybe..
Webwork 1 has a flat configuration mechanism to look up names to values.
Its like a chained hash map of configuration

