Hot take: Programming languages should not have a syntax for spreading regular expressions across multiple lines.
Because if it's complex enough that you have to split the regexp across multiple lines, you shouldn't be doing it with a regexp. #programming #HotTakes