JS: function and parameter name should use camelCase
camelCase
C#:
Method name should be PascalCase (Please refer to implementation of backward compatibility here )
PascalCase
Floating point comparison should be used in assertions instead of rounding both actual and expected results
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
JS: function and parameter name should use
camelCase
C#:
Method name should be
PascalCase
(Please refer to implementation of backward compatibility here )Floating point comparison should be used in assertions instead of rounding both actual and expected results
This comment is hidden because it contains spoiler information about the solution