/refactoring_java

Refactoring exercies with JAVA

Primary LanguageJava

JAVA Sample Projects for Refactoring Excercise

Branches

  • master: origin codes to refactor
  • <feature branch>: output for one excercise

Folder Structure

  • src: source code
  • test: junit code

Sample Projects

package: com.refactor

  • mini_project: Chapture 1 sample mentioned in the Book - <Refactoring Improving the Design of Existing Code>.
  • gilded_rose: Gilded Rose sample project for TDD.