Sujet : Re: Block Comments Or Rest-Of-Line Comments?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 21. Mar 2024, 22:14:06
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uti7uu$2ed01$3@dont-email.me>
References : 1 2
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Thu, 21 Mar 2024 19:46:29 +0100, fir wrote:
... mostly i use // coments becouse i nearly
exclusively use comments to comment out code and in editor i got it
under control+shift+c
1) You can comment out entire blocks at once with block comments
2) This is why we have version control; just delete the unneeded block,
since you can get it back from your commit history if you change your mind
later anyway.