rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
258 stars 35 forks source link

Rename classes matching .NET classes #143

Open NN--- opened 2 years ago

NN--- commented 2 years ago

There are few classes with the same name as .NET has:

NN--- commented 1 year ago

@igor-tkachev @andrewvk What do you think? I know it is a breaking change but it makes writing code a little bit harder. Or we just leave it as it ?

rameel commented 1 year ago

CollectionExtensions does not conflict with System.Collections.Generic.CollectionExtensions, and is rarely used directly by name, except perhaps when creating a delegate (method group). Therefore, I don't see a reason to change its name.

HashCode, we can rename it to HashHelper or HashUtil as an example. Range - I have no thoughts.