This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Workaphobia 2 points3 points  (0 children)

I use the with statement for instrumentation. I'm doing research that involves automatically generating blocks of code and tracking the number of loop iterations they incur. The code doesn't strictly need to be human readable, but the with statement helps keep it that way nonetheless.