PLEX86  x86- Virtual Machine (VM) Program
 CVS  |  Mailing List  |  Download  |  Newsgroups

Was FORTRAN buggy 4314


Your Ad Here

Your Ad Here

Was FORTRAN buggy 4315
On Tue, 12 Sep 2006 03:24:39 +0100 in alt.folklore.computers, Andrew Speaking as a Structured Programming zealot (analprogrammatus zealoti), they're...

On Sat, 9 Sep 2006 21:09:03 -0400 in alt.folklore.computers, krw

My bugbear is the consistently low level of abstraction: a lot of code is written using dozens to hundreds of calls to short low level functions. OOP seems to encourage low level ADT like abstraction of that sort, without any sense of where the code is going eventually, or how it's gonig to get there. One lesson I took from Nik Wirth was operating at different levels of abstraction: do each job within a body of code in terms that make sense within that job, and don't mix low level code (effectively housekeeping from the higher level point of view) in with high level code, which should be about how you are getting the job done for the end user; push the housekeeping down to a level that takes care of doing the lowest level details, and you're less likely to screw up the coordination of doing those details the right way at the right time.

Nice coin! Would that make your nickname Keith Nigh or Keith NIH? I kind of like that stuff: I'm not much of a debugger in my own opinion, but I've always loved untangling and cleaning up disastrous, awful messes, often using drastic means that terrify other team members and leaders; my motto on those jobs was always: "No guts, no glory!"

-- Thanks. Take care, Brian Inglis Calgary, Alberta, Canada

fake address use address above to reply



Your Ad Here

List | Previous | Next

Was FORTRAN buggy 4315

Alt Folklore Computers from Newsgroups

The #1 Usenet Provider on the Internet

Was FORTRAN buggy 4313