Main Contents

Multi-line comments considered harmful

December 31, 2010

Recently on the ruby-core mailing list, someone asked why Ruby doesn’t have multi-line comments. I did a few searches, and didn’t find much discussion of the evils of multi-line comments. I thought it was common knowledge that they were a bad thing and a historical mistake made by Kernighan and Ritchie, but apparently not. So, [...]

Filed under: Annoyances, Java, Programming, Ruby | Comments (2)

Java annoyance: final parameters

August 26, 2008

The final word on the final keyword when used with Java method parameters.

Filed under: Annoyances | Comments (6)