Sujet : Re: Block Comments Or Rest-Of-Line Comments?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 24. Apr 2024, 08:49:19
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v0adhv$26v9j$1@dont-email.me>
References : 1 2
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Tue, 23 Apr 2024 16:13:34 -0400, DFS wrote:
On 3/21/2024 2:19 AM, Lawrence D'Oliveiro wrote:
>
I’m fond of writing things like
/*
A very simple HTML/XML entity-escape function--why isn’t this part
of the standard Java API?
*/
which involve less typing than
//
// A very simple HTML/XML entity-escape function--why isn’t this
// part of the standard Java API?
//
Get yourself some Notepad++.
Highlight a block of comments and hit Ctrl + Q.
Get an inferior piece of software, available only on an inferior platform,
just to turn a comment style that I like into one I don’t like?
What next: you want me to give up my car for a rickshaw, and move to a
village on top of a cliff?