You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rob Nagler edited this page Sep 8, 2016
·
1 revision
Form Follows Function
Many people argue about style from an aesthetic point of view. RadiaSoft's coding style is designed to be functional for decades, which usually means "easy to change".
For example, do not indent to match the length of an identifier, rather indent a fixed amount so that globally replacing identifiers doesn't break indentation.