dffcd No.1766
i've found that using
re.VERBOSE
is a lifesaver for this kind of refactoring. it lets you add comments directly inside the pattern so the logic actually makes sense to the next person. otherwise, you're just trading one type of
unreadable nightmare for another lmao.