Monthly Archives: November 2010
Change history in code comments considered harmful
I really dislike seeing code comments that say // Changed by X on date Y for bug Z start … // Changed by X on date Y for bug Z end That is what revision control is for. Use commit … Continue reading
Choose your package carefully
I don’t know what the situation was back when the project started, but if you now look at the DITA-OT Java package org.dita.dost, it makes you think why didn’t they choose something else. The package org.dita looks correct, but if … Continue reading
DITA-OT version numbers
I’ve never been a fan of the way DITA-OT versions its releases. When I see a version number 1.5.2, I assume the numbering scheme is major.minor.micro, i.e. it’s the second bug release to version 1.5. DITA-OT, however, uses a scheme … Continue reading