Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: merge collapsible
if
statements
Nested `if` statements can be collapsed into a single `if` statement by separating their condition using `and` operator. Merging collapsible `if` statements increases the code's readability.
- Loading branch information