Hacker News new | ask | show | jobs
by dllthomas 4769 days ago
Following typical layout rules, there's a much easier way to get this conjunction without indents:

if(foo == bar

        && baz == qux

        && ! frob

        && whatever()

        && something) {