Standard IO syntax and the Robustness Principle
Here is a flagrant illustration of the robustness principle, or rather, of a failure to honor it.
I was investigating a bug in Declt where some floating point numbers were printed with exponent markers (e.g. 0.5f0 instead of just 0.5) in the Texinfo file, which broke the parsing of the file by Perl.
Oct 27, 2017