mirror of
https://github.com/jupeter/clean-code-php.git
synced 2025-09-26 05:59:04 +02:00
Update README.md
This commit is contained in:
@@ -184,7 +184,7 @@ saveCityZipCode($matches['city'], $matches['zipCode']);
|
|||||||
|
|
||||||
### Avoid nesting too deeply and return early (part 1)
|
### Avoid nesting too deeply and return early (part 1)
|
||||||
|
|
||||||
Too many if else statemetns can make your code hard to follow. Explicit is better
|
Too many if else statements can make your code hard to follow. Explicit is better
|
||||||
than implicit.
|
than implicit.
|
||||||
|
|
||||||
**Bad:**
|
**Bad:**
|
||||||
|
Reference in New Issue
Block a user