Monthly Archives: July 2011
Blocks to remove redundancy
Blocks have many complicated uses, from event-based code to multithreading. But they can also be used for very trivial tasks, such as removing redundant lines from code. Here’s a common operation for me: Split a list into sublists based on … Continue reading