Rusty Recursion

showing rusty skills.

For whatever reason, I’m showing how rusty of a coder I am. I’ve written a little recursive function that takes a date and an EventLog object, and tries to find two EventLog entries that occur between that date. Its a simple binary search, which should work great since EventLogCollections are sorted, or at least that is what ONE article says. I cannot find that fact for sure in the Framework documentation.

Ah well. Its fun to be programming some again, even if it is for no reason except that I “can” for my current job.