by Tdarcos » Sat Feb 18, 2017 5:25 am
My first real job as a programmer goes back to around 1980 or so when I was hired by a woman who ran a combined real-estate brokerage and tax service. As is the case of the shoemaker's children, she had never been able to get her own taxes done on time.
She had an Apple II with a checkbook program written in Basic, that I used for data entry. It kept the six pieces of data: check number, date, amount, payee, and reason.
It would list checks, too, as the 6 items, one per line, then one blank line, about 10 checks per page and the sum of those checks. So, at some point months later, I'm trying to debug a problem. To make it easier to see in order to check, I wrote a private listing program for my own use. It listed each check on one line, check number, date, to, reason, and amount, then did a total on the page. It made it easier for me to catch errors when entering checks.
I'd been using this for a while, Mrs. Rice, my boss, comes out one day, looks at the private listing, says, "How come we're not using this?" And I don't remember what I said, probably on the order of "I didn't know it would be useful?"
Well, anyway, I don't have to be hit over the head with a 2x4, I installed it as the main print routine and we used it ever since.
My first real job as a programmer goes back to around 1980 or so when I was hired by a woman who ran a combined real-estate brokerage and tax service. As is the case of the shoemaker's children, she had never been able to get her own taxes done on time.
She had an Apple II with a checkbook program written in Basic, that I used for data entry. It kept the six pieces of data: check number, date, amount, payee, and reason.
It would list checks, too, as the 6 items, one per line, then one blank line, about 10 checks per page and the sum of those checks. So, at some point months later, I'm trying to debug a problem. To make it easier to see in order to check, I wrote a private listing program for my own use. It listed each check on one line, check number, date, to, reason, and amount, then did a total on the page. It made it easier for me to catch errors when entering checks.
I'd been using this for a while, Mrs. Rice, my boss, comes out one day, looks at the private listing, says, "How come we're not using this?" And I don't remember what I said, probably on the order of "I didn't know it would be useful?"
Well, anyway, I don't have to be hit over the head with a 2x4, I installed it as the main print routine and we used it ever since.