Mon, 17 Feb 2003
At least I wasn't Windows ME
Which OS are You?
## Posted at 12:52 in category /junk
[permalink]
[top]
A test for programming group health
Every programming group should have at least three people who think
this feature of Ruby is cool:
> 1 + 1
2
> class Fixnum
> def +(other)
> self - other
> end
> end
> 1+1
0
It's also possible that every group should have at least three people
who don't.
A healthy group is one in which both types try to respect each other.
## Posted at 06:46 in category /ruby
[permalink]
[top]
|