You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
If PR #24 makes sense, I would like to continue and make a refactoring of C# API.
First of all it would be great to do something like grand renaming and change all names of methods and classes to C# standardized style: e.g. diff_main -> DiffMain with appropriate method documentation features, because for now it looks like a direct port from Java.
Does it make sense?
The text was updated successfully, but these errors were encountered:
If PR #24 makes sense, I would like to continue and make a refactoring of C# API.
First of all it would be great to do something like
grand renaming
and change all names of methods and classes to C# standardized style: e.g.diff_main
->DiffMain
with appropriate method documentation features, because for now it looks like a direct port fromJava
.Does it make sense?
The text was updated successfully, but these errors were encountered: