in reply to On Testing and Formatting Code

I test most of my code. If i don't test it, I label it as 'untested'.

If I'm just demonstrating a technique I've used before, I probably won't test it. If it's a regex or corrected code (beyond stuff I really know), I'll test it.

There's no hard and fast rule... but demonstrating a general technique can get by with pseudo-working code.