Programming things

Currently limited to examples of Delphi programming. Which is not very limiting.

Delphi examples

The Tic-Tac-Toe program is a test-of-concept of separating the model/data structure from the user interface/view+controller. It was written on a challenge that somebody wouldn't be able to write a Tic-Tac-Toe program. He promptly did. The quid pro quo was that I'd explain all those strange things I do in my code. So here goes.

Because all that chatter rather gets in the way when cutting & pasting the code in these pages into the IDE, I hacked up some XSLT to filter it out. This grew from a weekend project into entirely too much work to wrap hyperlinks around pages based on their declared relationships to other pages, and it still only works almost right, most of the time.

Return to Home