beCoditive / Becoditive-API

The official API of beCoditive with many endpoints like memes, animals, image manipulation, url shortner, etc.
https://api.becoditive.xyz
MIT License
15 stars 7 forks source link

Simplify textToMorse and reverseString utilities #10

Closed ghost closed 3 years ago

ghost commented 3 years ago

Description: Simplify textToMorse and reverseString utilities

Justification: I found some of the existing functions are quite verbose. This patch should make them more clear. Also, added tests for these two functions.

Signed-off-by: Momozor momozor4@gmail.com