Refactoring Separation

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2022 Jul 1 18:52
Editor
Edited
Edited
2022 Jul 1 18:54
Refs
Refs

Method separation

  • reduce argument
  • one method one work
  • one method one indent
  • understand code when read only public code (private is abstraction by method name)
  • reduce method line
 

Class separation

Recommendations