[Matplotlib-devel] matplotlib limitations and design flaws
Paul Hobson
pmhobson at gmail.com
Wed Feb 10 11:03:19 EST 2016
On Wed, Feb 10, 2016 at 7:09 AM, Benjamin Root <ben.v.root at gmail.com> wrote:
> If I feel the need to have a block comment, I have learned that that
> usually means:
> 1) My logic is too complicated and needs to be cleaned up or broken up
> into smaller chuncks
> 2) That the comment might be better as a docstring
>
> And if I need to temporarily "comment out" a chunk of code, triple quoting
> works great.
>
To add to that, thanks to modern text editors, languages don't need block
comments any more. Ctrl + / should comment out a chunk of text on most
editors that I've used (Save for e.g., vim).
-p
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20160210/f02da0e0/attachment.html>
More information about the Matplotlib-devel
mailing list