After working as a developer for a quarter century I have seen my fair share of nested conditionals and probably caused way beyond my fair share.
Nested conditionals make the code harder to read and simply less aesthetic.
When working with Microsoft Flow, this becomes even more obvious with the screen real estate that the Flow designed requires.
An alternative design pattern is to use
Continue Reading Jonas Rapp’s Article on their blog
Avoid nested conditionals in Microsoft Flow by using Guard Conditions ⋆ The Dynamics 365 Trenches
After working as a developer for a quarter century I have seen my fair share of nested conditionals and probably caused way beyond my fair share.Nested conditionals make the code harder to read and simply less aesthetic. When working with Microsoft Flow, this becomes even more obvious with the screen real estate that the Flow …
Blog Syndicated with Jonas Rapp’s Permission