Seminar sylabus PV260 (Groups 01, 02)

Seminar 5 - Refactoring

Refactoring

Demo example - RegEx Fractal

Refactoring exercise

  • Download the exercise project from study materials
  • It contains three exercises, each in separate package
  • For each exercise, refactor the source code. Start with EquationSolver, if there is enough time, continue with Floodfill
  • To find out, what the projects do, look at the tests (EquationSolver/Floodfill projects).
  • Do not modify the tests during the refactoring
  • The solutions will be provided after the seminar 
 

Assignment 2: Code Refactoring

Further Reading