Archives Nov. 14, 2005
The joys of long-deferred todos (You defer them because they are ugly and nasty...)
Written by
on
in
Snaking.
Today I finally tackled one of the longstanding todos in the VoIP project, namely the point of interface between ISP account activation and VoIP account activation. Since the VoIP system is written to be largely independent of the ISP billing system there's a certain "energy barrier" whenever there's something needing to be done in the ...
We need test code (Me writing a test for every extension will be a bit too slow...)
Written by
on
in
Snaking.
I continued working on OpenGL-ctypes for a few hours yesterday (until I fell asleep), just sitting down and writing test-cases for those extensions I have and using them to see if the extension modules are working. There's generally some work to do for every module that has a function using a pointer, out parameter, glGet* ...