Hacker News new | ask | show | jobs
by kamikaz1k 1088 days ago
Yes Python's syntax is getting conplex anyway, and yes its fun to explore ideas and have fun...

But you can merge multiple context manage-able resources into a single with expression. So the indentation issue isn't that big of an issue, usually. And now the context manage-y bits are separated from my main function.