John has written code that includes multiple methods that is not synonymous with
functionality of it. Many of those methods contain lots of nested statements, hard
coded values and over 500 lines of code. What standard coding patterns would you
suggest to him?
a. Group logically related statements for easy readability
b. Limit the method size between 100 and 150 code lines by refactoring it.
c. It’s okay to have hard-coded values in the same code
d. Name of methods does not matter.