getify / Functional-Light-JS

Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
http://FLJSBook.com
Other
16.6k stars 1.96k forks source link

strToUppercaseReducer is incorrect name #205

Closed klequis closed 2 years ago

klequis commented 2 years ago

Chapter starts out with name of function as strUppercaseReducer but has one instance there "To" is added - strToUppercaseReducer.

getify commented 2 years ago

Thanks for spotting this inconsistency, but it seems like half the references are one way and the other half the other -- your PR only fixes one of them. Not sure which half of them should be changed, but we should get all of them in the chapter to have the same name, to eliminate confusion.

klequis commented 2 years ago

I'll fix the others and use variant with "to" in it since i like it better :)

klequis commented 2 years ago

Superseded by #206