metafacture-core
metafacture-core copied to clipboard
Rename decode-string into string-splitter since it does not transform the data into an eventstream but a string
Decoder usually are turning incoming data into evenstream or xmlstream, but decode-string turns a string into a string. This is confusing. I suggest changing this name into split-string and keep decode-string as alias