Certainly there's one monk here who found out the hard way that an agreement with one's employer can have a real impact on how you're supposed to behave.

From a technology point of view, I agree with you -- seeing someone else's script that does input validation then puts data into a database, or takes stuff out and displays it, is all pretty boring.

From a legal or ethical point of view, things change. That's the part that carries more weight in this situation -- is it ethical for me to show off some of my current employer's code if I'm under an NDA? I'm pretty certain the answer is, "No, I'm not allowed to do that".

One solution is to write some code that you own alone, maybe even samples that have been posted on this site. My local example is something I really did write myself and shows that at one time I was able to wrap my brain around writing some Object Oriented Perl -- albeit just a single module. I am currently working on something that's a bit more complicated, but it's not done yet.

Perhaps with the previous employer's blessing that would be OK -- or possibly for some code that's way out of date -- like some C code I write wrote 15 years ago. Otherwise, I disagree -- proprietary code is proprietary code.

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Update: Fixed typo.


In reply to Re^2: Code Samples and Previous Employers by talexb
in thread Code Samples and Previous Employers by friedo

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.