Just to add a little breadth to this discussion, I'll answer from the perspective of someone who has programming only as a peripheral work area.

My programming process is forced and chaotic. I have little time to concentrate on any particular project but yet have several to work on simultaneously. I often start with a half-baked idea, manage to get part way through and then get pulled back into my "normal" work so far that I nearly forget where I was going with the program. The worst I've done is to get a "brilliant" idea, write the code, think of a good name and find that it clashes with another program ... which does about the same thing ... written by me several years earlier. OK, I've only done that a few times but even once is too much.

Just for the record, despite the bad habits, I'm a reasonably skilled programmer (for a non-professional) but certainly not great. I can complete my projects without serious bugs and some of my DB-backed web applications have been in use for several years (albeit only on an intranet). Of course, this isn't to brag (I'm not that foolish) but just to express that even bad habits can produce usable good (but with much more effort).

As the crazies or alcoholics can tell you, admitting the problem is half the battle ... or so I hope since I don't really know if I'll ever manage to find the time and will-power to make up the second half. ;-)


In reply to Re: How do you code? by igelkott
in thread How do you code? by bastard

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.