Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I believe that there is a strong correlation between understanding things well and having a compact mental model of them. As I touched on in Re (tilly) 3: Maintainable code is the best code -- principal components, this has implications for how good programmers organize code that is intended for other good programmers. (Less experienced programmers should be assumed to not be as fluent in building ideas on ideas. Therefore code written for their comprehension necessarily needs to be more repetitive. Remember the goal is communication of the model to a real human, and not some abstract ideal of programming.)

Incidentally a couple of days ago I was talking to someone who is doing a PhD in neuro-science. In discussing what thinking is he brought up the same point. He said that the key characteristcs of the thinking process are the production of a compressed model from external stimuli, and then the utilization of that model for prediction. I found it interesting that people who officially study this stuff were thinking along similar lines to what I already suspected was important. That means that even if it is a strange-looking line of thought, it is at least a reasonable one to try...

Anyways, yes. A shared vocabulary of compact idioms does help you communica^Wprogram well. They must be shared between programmers to work well, and certainly not all Perl programmers (not even all experienced ones) can be assumed to know the various corners of Perl. However I believe that the richness of Perl 5, and the greater coming richness of Perl 6, allows for a selection of a limited but highly effective "vocabulary" for the problem spaces most Perl programmers are likely to encounter.


In reply to Re (tilly) 1: Compactness by tilly
in thread Compactness by FoxtrotUniform

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 contemplating the Monastery: (4)
As of 2024-04-25 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found