From e0c192e20f572bcb9a2e287e7e4c284ffd047894 Mon Sep 17 00:00:00 2001 From: DisableGraphics <48135147+DisableGraphics@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:06:21 +0100 Subject: [PATCH] Update guidelines.md --- guidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guidelines.md b/guidelines.md index 38ee95a..c7c34ce 100644 --- a/guidelines.md +++ b/guidelines.md @@ -25,3 +25,5 @@ Example:
`set l print print`
`set o print`
Note how `l` has been printed in the screen two times, being assigned just one. Another `set l` would be redundant. + +
Redundant instructions will be considered bad practice