Posts about Java

Null in 10 Languages

  • Java, Javascript, C#: null
  • Ruby, Smalltalk, Lisp, OCaml: nil
  • Lisp: ()
  • Python: None
  • Haskell: Nothing
  • C: 0
more
Posted by Toby on May 11, 09
About programming, javascript, ruby, smalltalk, haskell, ocaml, python, java, c#, lisp and c

Selenium-RC Proxy Server War Story

I am trying out selenium yet again to help our non-existent QA team. I have to admit that I kinda flaked out on unit testing too(I kinda got sick of TDD in rails bogging me down to be honest), which... more
Posted by Toby on Oct 01, 08
About programming, python, java, selenium and maven

How Safe is Your Programming Language

First, let me define what I mean by safe: the earlier a programming language catches a programming error for you, the safer it is. Haskell is extremely safe, whereas php is extremely unsafe. Some... more
Posted by Toby on Mar 30, 08
About programming, javascript, ruby, smalltalk, haskell, ocaml, python, java, c#, lisp and c
2 comments