You may all know about String concatenation in Delphi, but do you know about the implicit String variables the compiler may create for you? Along with the implicit variables come implicit
exception frames, and a whole lot of hidden stack juggling, which can quickly become hidden complexity ...
More...