K
K Viltersten
At our company, we've been using the standard of string
instead of String. While it's fullly compilable and
valid code, i'd still claim that the type should be
capitalized since it's an object type and not value
type. That's my view.
My coworker is of a different opinion and he argues,
and very rightfully so, that the development this far
has used uncapitalized type and that it'll be
unconvienient to change.
While i agree with his view as a pragmatical approach,
i'd like to "give it to him" and argue to switch to
capitalized type from now on.
Anybody willing to suggest a couple of good shots?
The absolutely best would be a plan to abandon string
and only support String in SOME future version of
DotNet. Can i hope...?
instead of String. While it's fullly compilable and
valid code, i'd still claim that the type should be
capitalized since it's an object type and not value
type. That's my view.
My coworker is of a different opinion and he argues,
and very rightfully so, that the development this far
has used uncapitalized type and that it'll be
unconvienient to change.
While i agree with his view as a pragmatical approach,
i'd like to "give it to him" and argue to switch to
capitalized type from now on.
Anybody willing to suggest a couple of good shots?
The absolutely best would be a plan to abandon string
and only support String in SOME future version of
DotNet. Can i hope...?