Skip to content

Crixos86/DHBW_Refactoring_Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

Exercise for Refactoring code from my SE course at DHBW Karlsruhe

Since IntelliJ was used for refactoring, the following shortcuts proved useful:

  1. Extract selection to a local variable: (Ctrl + Alt + V / Cmd + Opt + V )
  2. Extract selection to a field/property: (Ctrl + Alt + F / Cmd + Opt + F)
  3. Extract selection to a method: (Ctrl + Alt + M / Cmd + Opt + M)
  4. Inline Functions: (Ctrl + Alt + N / Cmd + Opt + N)
  5. Move to Next or Previous cursor location: (Ctl + Alt + ← or → / Cmd + Opt + ← or →)
  6. Code generation: (Alt + Insert / Cmd + N)
  7. Renaming variables, methods, classes, etc: (Ctrl + Alt + R / Shift + F6)
  8. Refactor this: (Ctrl+Alt+Shift+T / Ctrl + T)

About

A repo for refactoring exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages