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
I noticed several local values are being used like properties and there are several places with duplicated code that could be better expressed using member expressions. There are several names that don't follow C# naming conventions as well.
@Tobiti I've made a fork and started working on cleaning it up. When I'm done I'll send a pull request for you to review. In the meantime you can follow my changes if you'd like.
The text was updated successfully, but these errors were encountered:
I don't like the c# conventions, so I use my own.
And I have merged the newest branch in it so pls pull the newest version and later create a pull request :)
I noticed several local values are being used like properties and there are several places with duplicated code that could be better expressed using member expressions. There are several names that don't follow C# naming conventions as well.
@Tobiti I've made a fork and started working on cleaning it up. When I'm done I'll send a pull request for you to review. In the meantime you can follow my changes if you'd like.
The text was updated successfully, but these errors were encountered: