From 22bb26b9cbc74b699399e1b5ed27474060add5e1 Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 19 Jul 2024 17:04:49 -0600 Subject: [PATCH] STYLE: added introduction statement --- STYLE | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.