October 2021
Intermediate to advanced
336 pages
9h 16m
English
This chapter covers
if statements with if only at the startCode can easily get messy and confusing, even when following the Don’t Repeat Yourself (DRY) and Keep It Simple, Stupid (KISS) guidelines. Some strong contributors to this messiness are as follows:
Methods are doing multiple different things.
We use low-level primitive operations (array accesses, arithmetic operations, etc.).
We lack human-readable text, like comments and good method and variable naming.
Unfortunately, knowing these issues is not ...
Read now
Unlock full access