asdfjkl / jfxchess

JFXChess - Chess Program
https://asdfjkl.github.io/jfxchess
GNU General Public License v2.0
101 stars 21 forks source link

Refactoring code #130

Open Manalishah1 opened 2 years ago

Manalishah1 commented 2 years ago

Refactored the code.

Applied the following refactoring techniques:

  1. Extract Method
  2. Renaming method/variable
  3. Move Method
  4. Pull-up Method
  5. Extract Class