This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
Improve style by removing boolean param in getCharacterRemovalRange.js
#1116
Labels
A recent change added two boolean flag params to
getCharacterRemovalRange.js
. Boolean params generally make code less readable and maintainable - this is not worth blocking a PR at this time, but it would be great to update this file and the callsites to call two methods instead of passing in different boolean params.The text was updated successfully, but these errors were encountered: