Variorum

 

Detials of variorum's implementation

  • Embedded annotation
    • Annotation is hidden in a languages comments
    • There is not necessarly consistancy between the annotation and the code
  • Overlay Annotation
    • Annotations stored in a seperate file
    • The annotation is alligned with the source code so the annotations must be changed everytime there are changes to the source code.
      • Authors are not sure if this is good or bad