OK, so I just finished reading Programming PHP (O’Reilly), and it’s darn cool. I’ve been wanting to experiment with object-oriented programming for a while now, so I got off my butt while reading to design and write a small program that’ll play the card game Split. It’s almost complete now - just have to add the scoring and multiple rounds - but I have to say it was a ton of fun.
And I may just be a convert to OO design (in some cases). The entire thing is less than 1000 lines of code (though it’ll go over that with the scoring addition). I imagine with a bit more experience in OO I could shrink it even more. Cool!