From: Sammy Larbi Date: 2007-05-01T00:50:35+09:00 Subject: Re: DHH vs. WHY style Trans wrote, On 4/30/2007 10:41 AM: >> >> I'm sure you have covered all these, but my memory fails me sometimes >> and I thought I'd bring them up. The part that "concerned" me was that >> I was thinking you (and/or others, in the general case) were talking >> about doing something like this in the code: >> >> require 'some_facets_file' >> >> some_var = Ace.new >> another_two = Jacks.new(2) >> fourth_and_fifth = Kings(2) >> >> Then, I don't know whether I've just been dealt Two-Pair with an Ace >> kicker, where the next line should be "raise 250", or if something more >> useful is happening. >> > > Sorry you lost me here. But that's a good hand ;-) > > T. > Oh, I was referring back to my original question of what the thread was talking about. I remembered there was a playing card reference somewhere, and it "concerned" me if you were talking about naming the classes after cards, then reading the code I might not know what was going on. That's all. (aside from my typos in the example) Thanks again for helping me understand what was going on. I appreciate it. Sam