View Single Post
  #95   Report Post  
Posted to alt.binaries.schematics.electronic
John Larkin John Larkin is offline
external usenet poster
 
Posts: 1,420
Default constructive critic on my plcc adapter PCB - LCNORM.zip

On Sat, 13 Oct 2007 20:17:16 GMT, Rich Grise wrote:

On Fri, 12 Oct 2007 16:14:32 -0400, robb wrote:
"John Larkin" wrote in

There's a secret, seldom-used, nearly foolproof way to avoid

program
bugs, which I will now reveal to the world:

Every time you write a line of code, think about it.

Damn John i wish i had not read that !

all those years of using software debugging tools of various complexities,
tedium, exorbitant costs in money and time and all i had to do was use
the John methodolgy of code construction the "T.A.I. method"

now if you could just work some traceability in to that method along with
peer review ideas, some QA stability and QC measures then you could sell
it

yes it was a joke (partially)


Just don't write comments like:

label: MOV CX, AX ; move the contents of the AX register
; to the CX register.


Since Intel does everything backwards, that comment is actually
helpful.

John