On Sat, May 1, 2010 at 10:34 PM, Conrad Irwin
<conrad.ir...@googlemail.com> wrote:
> * Don't hardcode "\\" as the directory separator - windows is not here!

In particular, always hardcode '/' for path separators -- it's easier
to read due to lack of escaping, and works on Windows just as well as
'\\' as far as I know.

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to