Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Besides all the standard answers given, like "search snippets" or "groups.google.com", I would like to comment on the "zen" of understanding a problem.

What I tend to do, is sit back and listen to some jazz, and think about the problem from an "outside perspective", like "how would an advanced space alien view the problem" ? :-)

It usually comes down to building a "mental blackbox", which processes information. Then I define what information is available as input, and what is the desired output. At that point, the question is formulated.

Then it just becomes a question of the "mechanics of the internal blackbox functioning".

Then I start slapping together snippets, setting up feedback loops, and whatever is needed to process some typical sample input to give the desired output. Then I start testing for the "edge cases" of "possible, but not probable input"; and make code modifications to handle them.

When I'm done, I have a big heap of spaghetti code. :-) But I understand it :-)

Then I like to sit back for awhile and let the spaghetti cool. As it cools, I seem to get "serindipidous inputs" from "the world in general" as to ways of improving the blackbox functioning. This is a great source of mystery to me. Sometimes I'll be listening to the radio, and a "word" will just "pop out" at me, triggering a new insight into how to make a code improvement. Sometimes, it will be in the "Newest Nodes" right here, where someone will ask a question, which immediately translates in my mind into a code improvement.

It could just be my "sub-concious genius" trying to get a message thru to the "concious-dummy at the controls", but too often it is hard to believe it's coincidence, and I often "look over my shoulders for cameras".

Well thats my "zen-psychic" method of problem solving. I know that the modern school system discourages this way of thinking, but in some weird way, it makes the programming FUN.


I'm not really a human, but I play one on earth. flash japh

In reply to Re: How do YOU find the answer to your question? by zentara
in thread How do YOU find the answer to your question? by Velaki

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 18:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found