|
|
|
|
|
by semi-extrinsic
1277 days ago
|
|
One of my favorite tricks is to combine functions that get called recursively (ideally four-five calls before you get back to the first one in the circle) with objects that are gradually unpacked such that their identically named member functions do subtly different things. |
|