Re: [dev] Plain text editor that sucks less - an alternative to VIM?

From: Charlie Kester <corky1951_AT_comcast.net>
Date: Wed, 2 Jul 2014 07:21:03 -0700

On Wed 02 Jul 2014 at 04:49:23 PDT FRIGN wrote:
>
>Yes, highlighting comments makes sense, as even the article suggests,
>but this is not a central issue if you know how to encapsulate your
>comments:
>
>/*
>(...)
>(...)
>(...)
>*/
>
>is more error-prone and hard to read than
>
>/*
> * (...)
> * (...)
> * (...)
> */
>
>once the comments get longer.

Agreed. But I'm often reading someone else's code and they're not
always so considerate.
Received on Wed Jul 02 2014 - 16:21:03 CEST

This archive was generated by hypermail 2.3.0 : Wed Jul 02 2014 - 16:24:11 CEST