Extract Method
Break long methods into shorter methods.
A collection of coding-related posts.
Use a simple expression directly when a variable does not add any clarity or value.
Store the result of an expression in a variable with a name that explains its purpose.
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” Martin Fowler