Search Results

3
votes

Choosing a new language

I'd go with Haskell or Prolog. You need to learn a new paradigm. Any Computer Scientist would tell you the importance of knowing other paradigms of programming. Haskell would probably open …
1
vote

What is the one programming skill you have always wanted to master but haven’t had time?

Become a master of either theorem proving, model checking or concurrency calculi. …
4
votes

What are your Java ‘rules’?

Thou shalt document ye code! You must document all code that you write. When you come back and read it 3 months later it is crucial you have left some hints on what the code does. …