Still not a flame, just a gripe against MS to think about! > > Actually, one thing that I REALLY like about the newer VB development > environment is that it will automatically correct/adjust the case of your > variables/functions to match their definition. This allows me to define > them according to my naming convention, but not have to worry about keeping > them straight in the code - the tool handles it for me & that's as it should > be. Since I use HomeSite for editing my PHP code (& ASP too), I don't get > that benefit. > Lets hope that this nannying is not carried forward to any of MS's proper language IDE's (like C++)!! What happens if you decide to write your code in the kind of ideal best practice object oriented way - in that case you will write the call to a function, then go off and write the function. If you write a call to a new function with the same name but different case (thus a different name for the pedants out there!), then good old MS handholding will actually correct it to the wrong function and your code will not do what you want it to!
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]