Project

Profile

Help

For SaxonCS, shouldn't the method names on JsonBuilder not start with a capital letter, to follow .NET conventions, and in line with the other APIs in SaxonCS?

Added by Martin Honnen over 2 years ago

While trying to use JsonBuilder with SaxonCS, I found that the method exposed there is called parseJson https://www.saxonica.com/html/documentation11/dotnetdoc/Saxon/Api/JsonBuilder.html https://www.saxonica.com/html/documentation11/dotnetdoc/Saxon/Api/JsonBuilder.html#parseJson(TextReader), that surprises me as it breaks with .NET conventions and the rest of the .NET APIs where method names usually start with an upper case letter (e.g. ParseJson) and not with a lower-case one.


Replies (1)

    (1-1/1)

    Please register to reply