Re: VB.NET or C#.NET ???
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us >
escribió en el mensaje news:e793soLMGH A.916@TK2MSFTNG P10.phx.gbl...[color=blue]
> I would suggest the opposite, start with C# , it will be a slower start
> but you will not "inherit" the bad habits you adquire using VBA , you
> start freshly with a complete new set of concepts and way to write code.
> I have seen a good amount of VERY BAD VB.NET code that scream it was
> written by somebody who changed from VB6 to VB.NET in a similar way that
> when they changed from VB5 to VB6[/color]
The bad habits are not attached to the language (at least most of them), but
to the programmer, and they will be carried to any new language. Even if
they are not bad habits but just ignorance, say, not using inheritance
because it did not exist in VBA/VB6, he will not be using it just because of
choosing C# and not VB.NET.
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us >
escribió en el mensaje news:e793soLMGH A.916@TK2MSFTNG P10.phx.gbl...[color=blue]
> I would suggest the opposite, start with C# , it will be a slower start
> but you will not "inherit" the bad habits you adquire using VBA , you
> start freshly with a complete new set of concepts and way to write code.
> I have seen a good amount of VERY BAD VB.NET code that scream it was
> written by somebody who changed from VB6 to VB.NET in a similar way that
> when they changed from VB5 to VB6[/color]
The bad habits are not attached to the language (at least most of them), but
to the programmer, and they will be carried to any new language. Even if
they are not bad habits but just ignorance, say, not using inheritance
because it did not exist in VBA/VB6, he will not be using it just because of
choosing C# and not VB.NET.
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
Comment