Agreed... I don't have experience with large projects like you do (or with coding in general), but I've had quite a few personal projects with grand plans that I gave up on because I ran into dead end and realized my design really sucked, or encountered a problem I simply couldn't design a solution to. Lately it's gotten a bit better, possibly because of increased age, but maybe because I realized something:

  1. If you run into problem that you can't solve right off because you have no clue where to start and how to build it, redesign, it might be because you don't really know what you're doing. Stop, have a break, come back, write down (in comments is cool) what you're exactly doing, what is the problem, and everything like you were describing it to someone else. Then read it.
  2. Even better, explain the problem to another proficient coder.

I realize that sounds obvious but I didn't actually think of that in the first 5 years of my coding, so it's possible someone else didn't either... especially if this someone else is as unsocial as myself. Like it or not, coding is sometimes social practise.


In reply to RE: Musings of a Monk by kaatunut
in thread Musings of a Monk by redmist

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.