Hacker News new | ask | show | jobs
by tuyiown 1319 days ago
Same here but pushed it to force same column condition statement:

    if ((
      condition1
    ) && (
      condition2
    ) && (
      ...
    )) {
1 comments

But that loses the table-like structure and makes it harder to read.