Commit Diff


commit - 2bd0b615bdacf6668fdeaa8c7d741d9d9758090d
commit + e50b258b2139fb167ab02e86c5c6c9109008e4ee
blob - 5a1a83a77b6f849d8d304f55c06a40d09caaf067
blob + 6c1e44c2ddb286d956b1f74963487307f5dd539f
--- README.md
+++ README.md
@@ -382,6 +382,22 @@ This will produce something like the following:
 
 ```
 
+### Cleaning functions
+
+To remove a function from a group, we need to ensure that this function returned
+0 for the last execution.
+
+```sh
+state_function_to_remove() {
+    # old code
+    # not used anymore
+    :
+}
+```
+
+This would prevent for seeing potential past errors caused by this function in
+the summary output.
+
 ### Using the r7 install functions
 
 The group library comes with the following functions that will allow