Re: Userdefined datatypes
- Posted by DerekParnell (admin) Mar 07, 2015
- 1410 views
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.