Seminar sylabus PV260 (Groups 01, 02)
Seminar 5 - Refactoring
Refactoring
Demo example - RegEx Fractal
- clone the repository from: https://github.com/stanozm/PV260-refactoring-regexFractal
- slides
- notes
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