diff --git a/STYLE b/STYLE index 4c03953..e59b6fd 100644 --- a/STYLE +++ b/STYLE @@ -1,5 +1,7 @@ -0. Braces are mandatory for all control flow, as it improves the visibility of -scope. +The following guidelines are conducive to clear and readable code that is +consistent with the style of the rest of the Bonsai Computer System. + +0. Braces are mandatory for all control flow. 1. Nested indentation should be kept to a minimum.