Re: Software maintenance



Vincenzo Mercuri wrote:
Indeed...I simply use the old-style comments also for one-line comments,
and I would suggest to everyone to do the same...


The original style is certainly enjoyable. I don't use '//'. The only "problem" (hardly counts as a problem) that I perceive is in lining-up the '*/' in a series of comments, for the human eye. Using spaces is tedious. Using tabs might just happen to go past the last column. You need enough room for the '*/'. Oh well.
.