amirovar / Test

1 stars 0 forks source link

Use Pascal case for method names #4

Open kamilzakiev opened 7 years ago

kamilzakiev commented 7 years ago

Let's use Pascal case for method names - https://github.com/amirovar/Test/blob/master/Algoritms/BinarySearchAlgoritm.cs#L11

You can find more details about .NET coding guidelines here - https://msdn.microsoft.com/en-us/library/ms229043(v=vs.110).aspx#Anchor_0

kamilzakiev commented 7 years ago

https://github.com/amirovar/Test/blob/master/Algoritms/Search.cs#L30

https://msdn.microsoft.com/en-us/library/ms229043(v=vs.110).aspx DO use PascalCasing for all public member, type, and namespace names consisting of multiple words.