Return to site

CODING TIP: Encapsulate ifs inside their methods, not outside them

· java

BAD EXAMPLE

GOOD EXAMPLE