Why I Don't Like Windows Right Now
As all good developers should. I'm testing my code on both UNIX and Windows. Normally this is simply tedious and annoying, but this time I'm more than a little bit stressed by it. Why? Because I'm working with a lot of file-based operations, and Windows doesn't use the same path seperator as UNIX.
If it weren't for the fact that I'm expecting people to try all this on Win32, I'd dump it as a supported platform.
Posted in: /tech/php/blog4php
You may comment...