Excessively nesting conditionals leads to code that's hard to maintain. It's easy to spot as it forms an arrow shape, known as arrow code.
Please consider supporting my channel:
☕ https://ko-fi.com/davehollingworth
In this video you'll learn how to refactor nested conditionals so that they're easier to read and therefore easier to maintain.
00:00 Nested conditionals
00:32 Arrow code
00:40 Refactoring
#php #refactoring #shorts