A little background on me first. I have little to no formal software training (ie college courses). I first began programming when HTML & Word macros got boring at my first web development job. :-) I have read many books, mostly perl but lately more on general concepts & design patterns. I think I'm a pretty darn good programmer, but there are others much better than me.

That said, I am a perl junkie. I love perl. But at my last job my boss wanted me to learn Java, so I started reading. It was a good experience. While Java is too controlling for me, I really like the thought processes it forces you to have. You have to think OO, and design & develop accordingly. It forces you to design before you implement.

Those processes have helped me be a better perl programmer. I can take the concepts that Java enforces, and turn them into Perl, where it is optional. I can definitely say that learning Java has helped me be a better programmer. It is easier for me to see the big picture, which makes the project that much better.

Java (among other things) has helped me grow from just another hacker, into something vaguely resembling a software engineer by forcing me to learn programming concepts. These concepts are what distinguishes wanna-be's from true programmes. Every language has it's place. And every language you learn helps you to be a better programmer.

Kudos to you mr. nick for finding such a cherry position!

PS. It's rather ironic that Java Junkies is run on a perl-based engine. ;-)


In reply to Re: A peek at the other side or, Poof and He's Gone! by drewbie
in thread A peek at the other side or, Poof and He's Gone! by mr.nick

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.