Re: Userdefined datatypes
- Posted by ZNorQ Mar 09, 2015
- 1378 views
DerekParnell said...
ZNorQ said...
DerekParnell said...
It's probably just a style thing, but the way I code these is more along the lines of ...
Would it be because of readibility, execution efficiency - or something else?
Sure, both those plus plus maintainability and debugging.
It is easy to insert or modify a condition when they are all laid out in a simple format.
Debugging, using trace(), is easier to see when stepping through one condition at a time.
But short-circuit evaluation counts for efficiency too, right?
Kenneth / ZNorQ