One thing I’ve learned from my first year of EE development is that because of the parse order of advanced conditionals they usually cause more problems than they solve. This is unfortunate, because advanced conditionals can make for much cleaner template code, and sometimes simple conditionals just won’t do.
EE is the first program/framework/language I’ve used that treats advanced conditionals differently than simple conditionals. I’m assuming there was a good reason for this design decision - does anyone have insight as to what that reason is?
Thanks,
Aaron
