Click here to Skip to main content
16,007,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:09
protectorChristian Graus22-Jul-02 12:09 
GeneralRe: C# - language design by committee ??? Pin
Andy Smith21-Jul-02 18:06
Andy Smith21-Jul-02 18:06 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus21-Jul-02 18:09
protectorChristian Graus21-Jul-02 18:09 
GeneralRe: C# - language design by committee ??? Pin
jparsons22-Jul-02 5:28
jparsons22-Jul-02 5:28 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:10
protectorChristian Graus22-Jul-02 12:10 
GeneralRe: C# - language design by committee ??? Pin
Rama Krishna Vavilala22-Jul-02 5:41
Rama Krishna Vavilala22-Jul-02 5:41 
GeneralRe: C# - language design by committee ??? Pin
jparsons22-Jul-02 6:49
jparsons22-Jul-02 6:49 
AnswerRe: C# - language design by committee ??? Pin
Eric Gunnerson (msft)22-Jul-02 6:36
Eric Gunnerson (msft)22-Jul-02 6:36 
I don't remember exactly why we decided not to have const locals. It might have been that the CLR didn't want the complexity, or that we didn't want the language complexity.

On the static method issue, we found it weird that in C++ you could write something that *looked like* a method invocation but was really a static function call, or you could write it the other way. We also don't like having two ways of doing things.


GeneralRe: C# - language design by committee ??? Pin
Kevin McFarlane22-Jul-02 9:37
Kevin McFarlane22-Jul-02 9:37 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:15
protectorChristian Graus22-Jul-02 12:15 
GeneralRe: C# - language design by committee ??? Pin
Kevin McFarlane23-Jul-02 2:27
Kevin McFarlane23-Jul-02 2:27 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:13
protectorChristian Graus22-Jul-02 12:13 
GeneralRe: C# - language design by committee ??? Pin
Andy Smith22-Jul-02 13:51
Andy Smith22-Jul-02 13:51 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 13:55
protectorChristian Graus22-Jul-02 13:55 
GeneralRe: C# - language design by committee ??? Pin
Andy Smith22-Jul-02 15:54
Andy Smith22-Jul-02 15:54 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 16:42
protectorChristian Graus22-Jul-02 16:42 
GeneralRe: C# - language design by committee ??? Pin
Kevin McFarlane23-Jul-02 2:18
Kevin McFarlane23-Jul-02 2:18 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus23-Jul-02 12:19
protectorChristian Graus23-Jul-02 12:19 
GeneralRe: C# - language design by committee ??? Pin
Kevin McFarlane24-Jul-02 1:33
Kevin McFarlane24-Jul-02 1:33 
GeneralRe: C# - language design by committee ??? Pin
Eric Gunnerson (msft)22-Jul-02 13:46
Eric Gunnerson (msft)22-Jul-02 13:46 
AnswerRe: C# - language design by committee ??? Pin
Rama Krishna Vavilala22-Jul-02 16:45
Rama Krishna Vavilala22-Jul-02 16:45 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 17:19
protectorChristian Graus22-Jul-02 17:19 
GeneralC# string to c++ char* Pin
[Shadow]21-Jul-02 12:37
[Shadow]21-Jul-02 12:37 
GeneralRe: C# string to c++ char* Pin
jparsons21-Jul-02 12:41
jparsons21-Jul-02 12:41 
GeneralRe: C# string to c++ char* Pin
Rama Krishna Vavilala21-Jul-02 14:22
Rama Krishna Vavilala21-Jul-02 14:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.