There are good reasons for doing it. I find, when doing simple assignment statements like the one above it is much more readable if everything for each view is on the same line. Not so much when doing one view, but when doing several...
There are good reasons for doing it. I find, when doing simple assignment statements like the one above it is much more readable if everything for each view is on the same line. Not so much when doing one view, but when doing several...
In some cases, writing two instructions on a single line may be useful and more readable but generally it is better to have one instruction per line, even for software maintenance.