The official ESLint docs [say](http://eslint.org/docs/rules/no-continue) "When used incorrectly it makes code less testable, less readable and less maintainable." Does Airbnb agree with the above reasoning? If so, can you give an example of how `continue` makes code less testable and less maintainable? (I'm not arguing against it btw, just want to understand why.)