refactored common logic for printing the outcome; incl. case where nothing needs to be done

This commit is contained in:
2020-11-03 17:56:22 +01:00
parent 0e95be7d2d
commit a69953c75c
3 changed files with 19 additions and 14 deletions

View File

@ -11,6 +11,7 @@ MSG_SUCCESS = "OK"
SYM_GOOD = "👍"
SYM_BAD = "💔"
SYM_NOTHING = "😱"