David McAfee
davidmcafee at gmail.com
Mon Nov 14 15:15:27 CST 2011
Shamil, why do you prefer case sensitivity? That is one of my most common mistakes when developing in C, C#, Java, Android(Java). Just wondering, David On Mon, Nov 14, 2011 at 1:05 PM, Salakhetdinov Shamil <mcp2004 at mail.ru>wrote: > Hi Dan -- > > > I do prefer VB for at least one reason: > > VB is not case sensitive while C# is. > I'm not arguing - that's funny: I, personally, dislike VB.NET because it > is *not* case sensitive :) (And I have been programming using VBA/VB6 for > 10+ years). > I can provide my reasoning but would it make any difference there? > > Thank you. > > -- Shamil > > > 14 ноября 2011, 18:29 от "Dan Waters" <df.waters at comcast.net>: > > > I do prefer VB for at least one reason: VB is not case sensitive while C# > > is. For example, the variable 'stgPerson' in VB is the same as when you > > type 'stgperson'; VB will change the case for you. But C# sees > 'stgPerson' > > and 'stgperson' as two separate variables, and I don't see how that > would be > > helpful. > > > > Good Luck! > > Dan >