Roop says

I created gravity?

Roop says header image 1

Program to an interface not an Interface

June 28th, 2008 · 8 Comments

For the longest time I have thought I was crazy, because I just didn’t see the benefit of programming to an Interface. I agreed it was good from a design perspective, but as an implementation I saw no need to add the extra code for what amounted to zero benefit. I have finally come to […]

[Read more →]

Filed Under: programming · rant · social · theory

Java is not Statically Typed (right now)

January 26th, 2008 · 4 Comments

What?!?1?!/!? That is right, I said it Java is not statically typed and by proxy is not safer than dynamic languages. Zealots HALT! We can fix this, and I intend to add some gas to the fire that people like Bob Lee over at crazybob.org have started.
So let me start by saying […]

[Read more →]

Filed Under: development · languages · programming · rant · software · theory