Name before type: why 'age int' is better than 'int age'
Name before type: why 'age int' is better than 'int age'
benhoyt.com
Name before type: why 'age int' is better than 'int age'
A variable's name is more important than its type, so the name should be more prominent and come first in declarations.