SUMMARY OF CODE REVIEW -- 08/14/1996: Wrapper Generator - driver.c

Presenter: Svetlozar Nestorov
Moderator: Ramana Yerneni
Note-taker: Joachim Hammer

Items of discussion:

General:
  1. Schema information is currently hard-coded into the function NativeQuery(). The obvious improvement is to separate the schema from the function and store it in a text file that is read in during run-time.
  2. Use consistent syntax and notation, e.g., replace STRUCT's , etc.
  3. Avoid cryptic "C"-style syntax and replace with more "user-friendly" synatax, e.g., use (parsedQuery != NULL) instead of (!parsedQuery), etc.
Specific:


Joachim Hammer