
20 Feb
2010
20 Feb
'10
11:09 a.m.
Similarly, unique_path() is poorly named because "unique path" is not a verbal. The function should be named "make_unique_path."
I also considered "make_unique_path", but worried that people might expect the actual path to be created in the external file system, rather than just returning a path object.
"Generate" would be less confusing: generate_unique_path() Added to do list. --Beman