4
votes
What’s a good Functional language to learn first?
I'd recommend Haskell, because it has a nice free interpreter, it's lazy, and does type inference for you if you want. It's very nice for a …
0
votes
What GUI Framework would you recommend
As long as you have access to the source code of the library and are able to modify it and distribute the modified library without paying any royalties, your boss's fears are unfounded.
I'd …
1
vote
Can one language be better than another?
There's a lot of fanboyism involved, but in many cases you can always assert that a language is better than another for a particular situation.
Many languages have special or uniqu …
2
votes
How do you decide which API function documentations to read and how seriously?
Ideally you should read all of it, but we know that's a pain in the... you know. What I normally do on those cases (and I did that a lot while I worked as a freelancer) is weight some fact …
0
votes
Should you display what’s happening in the unit test as it runs?
Well, you should only know when a test failed and why it failed. It's no use to know what's going on, unless, for example, you have a loop and you want to know exactly where in the loop the test di …
-2
votes
What should be OO and what shouldn’t?
Just a tip: you should tag this question as "subjective" as everyone seems to have a different opinion on things like this.
…
3
votes
What do you consider to be the most promising Open Source project in the long term?
I think the various web frameworks out there. Be it RoR, Django, Cake, Symfony, Catalyst, or something else.
Like it or not, we are moving to a "cloud" centric paradigm, and web frameworks …
