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