Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
  1. Having learned programming by myself, I have no idea of any book which is an absolute "must have" for programmers. I do have Knuth though and read volume 1 and parts from volumes 2 and 3. Some parts of it are now very much outdated, but the underlying assumptions and ideas are still valid.
  2. I tried literate programming, but it did not sit well with me. Never proved my code correct in a formal way. I do write tests of course.
  3. I'm a lawyer, but with an interest in mathematics and science. Actually lawyers will make good programmers as we are trained to analyse cases, then synthesize a solution and "language" is our main tool. Whether it is "natural" language or computer language doesn't make a bit of a difference. Also lawyers are trained to apply rules (the rules of syntax and grammar of a computer language are much easier to apply than the rules of a code of law).
  4. I rarely had to do that, but I first try to get a broad view of what the code is doing --grokking it as it were-- and then going into details where needed. I only (read) code because I find it fun to do.
  5. No set way of doing it. Most of the time I get a mental picture of the program I need to write and then just start writing it.
  6. I have no idea.
  7. Powers of analysis and synthesis, are in my opinion the major skills needed.
  8. A combination of a craftsman and an artist, but isn't that true for anything?

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James


In reply to Re: Questions from "Coders at Work" by CountZero
in thread Questions from "Coders at Work" by bsb

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 perusing the Monastery: (3)
As of 2024-04-19 18:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found