Semicolons: mostly unnecessary?

Adam D. Ruppe destructionator at gmail.com
Wed Oct 21 15:19:32 PDT 2009


On Wed, Oct 21, 2009 at 05:05:04PM -0500, AJ wrote:
> Why not eliminate the requirement for semicolon statement terminators 
> (unless there are multiple statements per line)? Less typing is "more"! 

It looks wrong, breaks habit, opens up bizarre parsing corner cases,
and makes error messages uglier.

Next thing you know someone will propose eliminating braces and just
using whitespace to denote blocks. It's utter madness.

-- 
Adam D. Ruppe
http://arsdnet.net



More information about the Digitalmars-d mailing list