Earlier quoted context omitted.
You'd rather have plain text than hand-written diagrams? I think most of the difficulty is in not knowing APL like notation.
Yes, but I have a tool for making images on my computer, too. The handwritten bound notebook cannot be searched, diff'ed, or versioned. It is strictly inferior to the plaintext file in most ways that are in any way relevant to writing software. Its nemesis, of course, is and has always been the mathematical equation, whose notations confound the plaintext writer at every turn. For those, you can write it to an image,…
Paper is dead, long live paper programming
61–70 of 89 posts
Re: Paper is dead, long live paper programming
#62Re: Paper is dead, long live paper programming
#63Why do people who plainly want ton be read persist in creating web pages with light grey text on a white background. It's irritating to read.
Re: Paper is dead, long live paper programming
#64In 1992 for my final pre-exams deliverable at uni I wrote the entire program text (in Pascal) out on pen and paper overnight, fuelled by cheap lager and Red Bull. Queued at the door waiting for the lab to open in the morning, then typed the lot in and was delighted to discover not only no syntax errors, but no bugs. Ran it, took a few screenshots, printed them and the listing, delivered it to my tutor and went to the…
Dang...wikipedia says it came out in 87'. I can't recall energy drinks before ~2003.
Re: Paper is dead, long live paper programming
#65In 1992 for my final pre-exams deliverable at uni I wrote the entire program text (in Pascal) out on pen and paper overnight, fuelled by cheap lager and Red Bull. Queued at the door waiting for the lab to open in the morning, then typed the lot in and was delighted to discover not only no syntax errors, but no bugs. Ran it, took a few screenshots, printed them and the listing, delivered it to my tutor and went to the…
Where did Red Bull exist in 92'? Dang...wikipedia says it came out in 87'. I can't recall energy drinks before ~2003.
Re: Paper is dead, long live paper programming
#66Earlier quoted context omitted.
I'm highly interested to know what class of "common mistakes" you are referring to here. This sounds like a very fun environment/method to do things.
Over time, I got used to catching off-by-one errors in loops as well as assignment to incorrect variables of the same type. But when I write code in an editor, these errors always pop up. I guess it's because the feedback loop is so small, whereas every second counts in a competition environment. Yes, it was pretty fun. I wish I took it more seriously though: we never really practiced much and just attended competiti…
Re: Paper is dead, long live paper programming
#67I keep a notebook beside me as I work I end up going through several notebooks a year. I think it's a consequence of how I was taught in school. During high school physics one of the first thing we were taught was to always sketch out a diagram depicting the problem and all the boundary conditions. It is a habit I carried on through university and into my career. I guess the equivalent in programming terms would be to draw a state diagram before attempting to write any code.
Re: Paper is dead, long live paper programming
#68Re: Paper is dead, long live paper programming
#69I participated in a few programming competitions in college where paper programming is a must. There are typically 3 members on each team but only one computer. Our strategy involved first finding the easiest problem in the set and handing it over to our fastest typer to solve. In parallel, the other 2 members ranked and categorized (graph search, DP, arithmetic, etc.) the remaining problems. We then proceeded to spl…
Re: Paper is dead, long live paper programming
#70In 1992 for my final pre-exams deliverable at uni I wrote the entire program text (in Pascal) out on pen and paper overnight, fuelled by cheap lager and Red Bull. Queued at the door waiting for the lab to open in the morning, then typed the lot in and was delighted to discover not only no syntax errors, but no bugs. Ran it, took a few screenshots, printed them and the listing, delivered it to my tutor and went to the…
Where did Red Bull exist in 92'? Dang...wikipedia says it came out in 87'. I can't recall energy drinks before ~2003.