I doubt there is a single methodology which will work well for most people. I usually walk around for several days thinking about a project till I am really "zoned out" on the ideas. Then I start writing; that works well for me. Even so, I don't usually write linearly - rather I implement some main pieces, make sure those work and then add parts, etc. (For example, I once wrote code to emulate a programmable calculator I had; first I implemented a stack and the functions to print it to the screen and read input; then I implemented a few operations and kept adding those over a few days. Finally, I worked on the programmability.) If something doesn't work as expected, I debug by adding print statements, but usually I'm so clear on what I want to do that I don't have to debug too much.
I used to write English papers by putting a sheet of paper in the typewriter (a machine most of you probably haven't heard of...they're extinct now) and typing - slowly with a lot of thought. I hate writing outlines! But clearly this wouldn't work for everyone.
Anyhow you do it, it takes a lot of concentration and effort, but if you get results I wouldn't worry much about methodology.
chas
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.