I'm not opposed to the main concept of what you are referring to. However, I would like to point out that the blog post that you provided a link to is not fully OS agnostic. As someone who works primarily in Windows, the specific examples of using watch and a Vim plugin doesn't apply to the situation of using a Windows system and using only native tools. But I'll try to remember those specific tips the next time that I'm trying to write some Perl code while on a Linux system.

Personally, I've been using Padre, which does some syntax checking as I'm typing code. That mostly achieves the same effect - as long I'm paying attention to what Padre is trying to tell me.

The main feedback that I would offer is that it's my opinion that it would be better to stick with covering a general concept when trying to give advice to "everyone" rather than only covering an OS or tool specific implementation of the general concept. Otherwise, it's easy for those who don't use that specific OS and/or tool to simply ignore the advice based on the assumption that it doesn't apply to them.


In reply to Re: Auto-compile checking??? WTF? by dasgar
in thread Auto-compile checking??? WTF? by nysus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.