Poll: What's Your Favorite Programming Language?
131–140 of 626 posts
Re: Poll: What's Your Favorite Programming Language?
#132Re: Poll: What's Your Favorite Programming Language?
#133I was not expecting Python to be getting near as many votes as Ruby. It is my favorite language simply because the pseudocode I write on whiteboards is basically Python. Strangely, it has been since well before I really started using it regularly.
Re: Poll: What's Your Favorite Programming Language?
#134I was not expecting Python to be getting near as many votes as Ruby. It is my favorite language simply because the pseudocode I write on whiteboards is basically Python. Strangely, it has been since well before I really started using it regularly.
Re: Poll: What's Your Favorite Programming Language?
#135Earlier quoted context omitted.
Definitely agree with you on C#. It feels like this is what a standard, mature, widespread language should be. There are other languages that are better for specific tasks, but for the general programming language, C# really hits the sweet spot in terms of features, expressability, readability, and environment. This is the language that Java should have been--could have been. Also, I dread getting asked on my next in…
whats the one thing you don't like about your favorite language That's easy. So many hacker types dismiss you as some sort of weirdo for favoring anything that came from Microsoft.
Re: Poll: What's Your Favorite Programming Language?
#136Earlier quoted context omitted.
Writing C# code in Visual Studio feels almost like telepathy. Intellisense is so good that, it nearly writes 30-40% of total code.
If code can be written by auto completion, it's by definition redundant and IMHO shouldn't be necessary in the first place.
Re: Poll: What's Your Favorite Programming Language?
#137Re: Poll: What's Your Favorite Programming Language?
#138C# really feels like the most mature language that I've ever dealt with. Writing it feels clear, if something is wrong the debugger is very clear. The number of features that are there is incredible (especially post C# 2.0 when they added generics). Properties are delightful. How do you convert to a string? Convert.ToString(). How about an integer? Knowing only that one, it's what you'd expect! I also picked JavaScri…
Re: Poll: What's Your Favorite Programming Language?
#139Re: Poll: What's Your Favorite Programming Language?
#140C# really feels like the most mature language that I've ever dealt with. Writing it feels clear, if something is wrong the debugger is very clear. The number of features that are there is incredible (especially post C# 2.0 when they added generics). Properties are delightful. How do you convert to a string? Convert.ToString(). How about an integer? Knowing only that one, it's what you'd expect! I also picked JavaScri…