Extract Method
Extract code to a new method.
Refactor code as you write it. Use Extract Method ⌥⌘M (macOS) / Ctrl+Alt+M (Windows/Linux) to extract (part of) a method, give the new method a meaningful name and make your code easier to read and understand.