Friday, January 24, 2003
I got out of Softskin Hell Alive
I'm grateful for it. Better programmers than I haven't. In the end it was all so absurdly simple, and I've learnt a lesson. When writing code that embodies a difficult bit of math, prototype in Python first, then worry about actually implementing it in C++ when that works. There's no point in fighting a compiler to get code that will never work anyway comiled correctly.