Below are some examples on how the best practice of writing "readable" code is not always synonymous with writing it verbosely. For example, in scenarios where your code is complicated, being verbose might actually be harder to scan and quickly see the purpose without a bunch of decorative wrappers.
See below for more explanation.