Plotly.NET icon indicating copy to clipboard operation
Plotly.NET copied to clipboard

Method names should use PascalCase rather than camelCase to be more F# and .NET idiomatic

Open bmitc opened this issue 3 years ago • 0 comments

Description

Several methods, such as the static method Chart.withXAxisStyle use camelCase. However, the convention for F# is to camelCase functions but then PascalCase members.

Repro steps

n/a

Expected behavior

Members (properties and methods) should be PascalCase.

Actual behavior

Members are camelCase.

Known workarounds

n/a

Related information

n/a

bmitc avatar Aug 13 '22 05:08 bmitc