--------------------------
Refactor of `common_subsequence()`, `longest_common_subsequence()` and `shortest_common_subsequence()`
into one function, `common_sub()`, where also `test_stringhelpers.py` is updated according to this.
* Small refactor of `reverse_order()`
* Small refactor of `odd()` and `even()`