This repository was archived by the owner on Nov 21, 2022. It is now read-only.
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
checkText function and isolate functionality #120
The
checkTextfunction is doing a lot of work, and it would be best for some of the different functions it does to be separated in to different pure functions, that can be tested independently, and then used in the checkText function.checkTestis well tested, refer to this #116