There's nothing I would say to my younger self that could easily be said in one or two sentences.

But there are two things I'd like to show my younger self.

The first thing is how much a test suite can speed up development. I knew, then, that tests are good, but was just too lazy to write them. Now I really appreciate tests, and how much they can help you in finding bugs if run every so often.

The second thing is how easy some things are that looked very complicated back then. I always thought that writing a parser or (unthinkable) a simple compiler was horribly complicated - and lots of other things.

Some of this changed while reading other people's code, some by thinking on my own, and the compiler and parser thing by reading Let's build a Compiler

Both of these points are nothing that my younger self believed if being told in one sentence, so I'd have to really show it.


In reply to Re: Going back in time... by moritz
in thread Going back in time... by esk555

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.