
Doing it once reduces complexity making the code faster while rendering. Also since the check is done on a high level like templates, it is slower than the native python if condition. Thus the need to reduce checks on the higher levels.
Doing it once reduces complexity making the code faster while rendering. Also since the check is done on a high level like templates, it is slower than the native python if condition. Thus the need to reduce checks on the higher levels.