Fixed function names to make them unique #7688
+132
−132
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This fix renames non-unique functions in
intermediate-bonfires.json
to make them unique.Overview of the changed functions:
[x] diff -> diffArray
[x] convert -> convertToRoman
[x] where -> whereAreYou
[x] translate -> translatePigLatin
[x] pair -> pairElement
[x] boo -> booWho
[x] unite -> uniteUnique
[x] convert -> convertHTML
[x] find -> findElement
[x] drop -> dropElements
[x] steamroller -> steamrollArray
[x] every -> truthCheck
[x] add -> addTogether
Tested locally and
npm test
passes all tests.References #7085
Edit: Fixing failed check