jaspervdj / websockets

A Haskell library for creating WebSocket-capable servers
http://jaspervdj.be/websockets
BSD 3-Clause "New" or "Revised" License
407 stars 114 forks source link

sendTextData/sendTextDatas look ugly #183

Closed cblp closed 5 years ago

cblp commented 5 years ago

"Data" is already plural. Use proper Latin, rename them to sendTextDatum/sendTextData

cblp commented 5 years ago

Alternatively, sendText/sendTexts

jaspervdj commented 5 years ago

Thanks for the report @cblp! You are absolutely right, and I'm aware of this, but it's still "easily understandable" as-is, and fixing such a small thing is not worth breaking the API. If I ever redesign the whole API, I'll take this into account.