Child pages
  • Meeting 2013-06-20 (sor)
Skip to end of metadata
Go to start of metadata

Meeting Details

  • Moderator: msp
  • Protocol: sor
  • Attendees:
    • msp
    • sgu
    • sor
  • Start: 14:00
  • End: 15:15

Agenda

Code Review (sor/sgu)

sor and sgu showed the packages and explained the use of the main classes of the tree algorithm.

Java Code Review - improvements proposed by msp

  • briefly document all methods and classes
  • clean up code (e.g. remove methods, classes (like testPhase) and comments that are not needed anymore)
  • handle errors using assertions instead of console output
  • declare all methods that are just uses in their class to 'private'

Future Work

  •   Treeing processor should be imported and used
  • All edges that are marked for removal through the treeing phase should be listed in a list and the TGraph should get a property with that list

  • Improve DFS for searching that edges - possibly provide a BFS method also
  • Implement post-processing for treeing phase
  • Debug existing code
  • Combine all phases and show a working demo of the whole algorithm

Meet Again

We'll see us again next week for review. YEHAA!

  • No labels