New Project
I’ve started on a new project. Its in .NET. The most interesting thing so far about .NET is how immature it feels.
And of course the fact that DevStudio is like getting on a bicycle after IntelliJ’s Ferrari. C#Refactory helps a bit, but I didn’t expect the development process to be as painful as it is.
I heard on of the SmallScript gurus talk at XtC about smalltalk on .NET a couple of months ago, and one of the things that stuck in my mind was his comment that smalltalk “didn’t feel the same” without the dynamic environment and the smalltalk refactoring browser. Its not the language that made it great, but the environment.
The same is true of java v .NET. After all, C# is just Java with (IMHO) some (often poorly thought out) additions. Even the class libraries are much the same as Java. There are some nice things, but not as many as I had expected.
September 12th, 2003 at 10:26 am
>>(often poorly thought out) additions
Interesting.
Which additions do you consider poorly thought out?
September 23rd, 2003 at 11:28 am
I think .Net development should probably feel immature, it’s still kinda new compared to Java and the plethora of tools at your disposal.
Refactoring support fro C# will probably be added to the next version of VS though.