Rush Project
Oct. 6th, 2009 11:35 pmI've got a little project at work which I'll be crashing on in the next couple of weeks. The good news is that I'm getting to implement it the way that I want to, which is -- in my opinion -- the more bulletproof way of handling it.
The short form is that most of the project can be completed by executing the same little block of code over and over again in almost all of the functions in a single file. The rest of it relies on changing the type of an argument to those functions, so the compiler will find any place that I miss.
When in doubt, use your tools for good. :)
The short form is that most of the project can be completed by executing the same little block of code over and over again in almost all of the functions in a single file. The rest of it relies on changing the type of an argument to those functions, so the compiler will find any place that I miss.
When in doubt, use your tools for good. :)