-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Since I'm filing issues with suggested breaking changes anyway (#55), I thought I'd file this one as well...
It's very confusing for me that this library doesn't follow the usual camelcasing rules of uppercasing every word after the first. (Seen e.g. in standard APIs like Uint16Array.) Instead, it seems to lowercase words if they follow a number. This has led to a number of runtime failures for me and my LLMs as we try to write code against the library.
It would be nice if this library updated its method names, e.g. fromBase32hex -> fromBase32Hex, windows1252fromString -> windows1252FromString, etc.
Metadata
Metadata
Assignees
Labels
No labels