Re: procedural vs object oriented



Because:

* the dispatching logic is visible in the source and therefore easy to
trace to object code (you always certify the machine code, not the
source code).

* you see, at the call site, the complete list of possible call
targets.

Besides, peer review would reject your code. You should have used a
case statement with no "others" clause, and thought about all possible
shape types up-front.

--
Ludovic Brenta.

.



Relevant Pages

  • Re: In search of the perfect Disassembler
    ... I sorta think it should have some machine code in ... > think I'd be willing to call that "object code", ... executable file from the H86 file. ...
    (alt.lang.asm)
  • Re: About disassemblers
    ... By deleting it. ... There are still people around who can read object code, ... I wrote a few programs in machine code - and found ...
    (comp.programming)
  • Re: New Orleans, Niven & Mad Max
    ... Except that what's been "printed out" is the object code; the machine code. ... Wayne Throop throopw@xxxxxxxxx http://sheol.org/throopw ... Prev by Date: ...
    (rec.arts.sf.written)