Sometimes your code can be reshaped to make it more readable. For example, you can use ⌥⏎ (macOS), or Alt+Enter (Windows/Linux), to merge or split If Statements without changing the semantics of your code.
Experiment with your code without changing the semantics
Sometimes your code can be reshaped to make it more readable. For example, you can use ⌥⏎ (macOS), or Alt+Enter (Windows/Linux), to merge or split If Statements without changing the semantics of your code.