It\'s something that\'s bugged me in every language I\'ve used, I have an if statement but the conditional part has so many checks that I have to split it over multiple lines, u
As others have mentioned, I would analyze your conditionals to see if there's a way you can outsource it to other methods to increase readability.