Re: What do Java programmers feel is missing from C#?
- From: Mishagam <noemail@xxxxxxxxxxxx>
- Date: Sat, 08 Mar 2008 22:01:58 -0500
mc wrote:
I may be opening a can of worms and don't want to start a religious war, but...I am just esthetically prefer Java. I think Java is simpler language. There is no properties, no defined operators, no delegates - for me it makes everything more clear. I know only one language that is comparable in transparency - C.
What features of Java do Java programmers miss when working in C#?
Other than, of course, great portability. C# has more limited cross-platform portability (Mono).
I'm thinking more about data structures and ways to express algorithms.
I also liked Java collections Api and general API more - just preference.
Java has checked exceptions and this makes dealing with exceptions more easy - you mostly know which exceptions you can expect.
JavaDoc - is more clear that C# XML Docs, and in my opinion leads to better quality API descriptions.
I prefer Java Strict package / folder structure to unclear C# conventions.
.
- References:
- Prev by Date: Re: What do Java programmers feel is missing from C#?
- Next by Date: Re: What do Java programmers feel is missing from C#?
- Previous by thread: Re: What do Java programmers feel is missing from C#?
- Next by thread: Re: What do Java programmers feel is missing from C#?
- Index(es):
Relevant Pages
|
|