On Tue Jan 3 20:28:58 2023 +0000, Esme Povirk wrote:
When can this condition be false? If the statement is false then that would seem to imply that both crumbs fully fit, and the code shouldn't be reached.
This at least could use a better comment, took me moment to remember. The `else` branch is hit when the last crumb is smaller than the previous crumb. Aka when navigating into subdirectory (with a shorter name) of a directory with a long name.