543 reputation
41132
bio website
location
age
visits member for 2 years, 2 months
seen yesterday
stats profile views 75

Feb
23
comment Is “Hiring only the Best” a really practical advice for normal desktop application programming?
Can't implement Fibonacci sequence!!! IMHO, they aren't programmers; they are just typewrites who happens to know programming language syntax & libraries.
Feb
22
comment What is the supposed productivity gain of dynamic typing?
I totally agree with John Skeet msmvps.com/blogs/jon_skeet/archive/2009/11/17/…
Feb
22
comment Learning C# quickly
norvig.com/21-days.html it might help
Feb
22
comment Should Swing knowledge be required from Java programmers?
IMHO, Java's heavy enterprise usage should make you safe without knowing Swing
Feb
22
comment What are these different Java versions for?
One answer to rule them all!
Feb
22
comment (Why) Should I learn a new programming language?
I think should give Prolog a try. When I first learned it, I became amazed. How you can do things only writing few characters.
Feb
22
comment (Why) Should I learn a new programming language?
I'll ask why shouldn't I learn a new language?
Feb
21
comment Do you need to know Java before trying Scala
+1 for differentiating Java and Java platform
Feb
21
comment How is IntelliJ better than Eclipse?
Why don't you look at en.wikipedia.org/wiki/… in java section?
Feb
21
comment Eclipse vs. Aptana
Why don't you look at en.wikipedia.org/wiki/… in java section?
Feb
21
comment How do I explain a “Hello World” program for beginners?
IMHO Java is bad for beginners. Best for beginners is python. You should try some procedural language. I recall I'd hard time when starting C. I fear that'd be much more harder if I'd started with Java.
Feb
8
comment Is it a must for every programmer to learn regular expressions?
@Oded: This is not SO. I think this type of questions are for this site
Feb
8
comment Do the scattered tools and lack of rich IDE makes Ruby and Python only suitable for hobbyists?
Google uses Python extensively. Do you think Google is consists of hobbyist?
Jan
10
comment What are the fundamental differences between C and C++?
I thought C++ is super set of C