There are some kinds of knowledge and ability that only come with time and experience. For instance, few people have an innate knowledge of how to plan and execute the task of building a large program.

My own history is a good example (not that I was a genius, but...). I was going to college in 1975 when USF introduced their first course about microprocessors. Though it was a graduate course in the Electrical Engineering school and I was either undecided or a Communications major, I convinced the prof to let me in the course.

I was fascinated by the course. I memorized the instruction set, side effects, and bus timing of all the 6800 instructions. I aced the course, coming out above even the grad students.

The prof who was teaching the course had worked out a co-op situation with the local Honeywell branch. Since I needed a job, I was offered a position as one of four programmers on a team that was embedding a microprocessor system into a military teletype device.

What no one seemed to realize was that I'd never actually written anything larger than toy (university) programs, and had no idea how to structure a large program, or how to work with other programmers, or how to plan my time and effort.

I failed miserably, leaving them to find someone else to make sense of my scribblings and code snippets.

When hiring programmers, I have always taken both experience and intelligence/aptitude into account. Successful managers don't let themselves be dazzled by the brilliance of an untested new hire to the point where they risk the future of a critical project.


In reply to Re: What if you are not a genius? by bikeNomad
in thread What if you are not a genius? by nysus

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.