You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6.2 says that strings over 100 characters should not be split into new lines. 18.12 says they should be. Both provide contradicting examples.
6.2:
// good
const errorMessage = 'This is a super long error that was thrown because of Batman. When you stop to think about how Batman had anything to do with this, you would get nowhere fast.';
18.12:
// bad
const foo = 'Whatever national crop flips the window. The cartoon reverts within the screw. Whatever wizard constrains a helpful ally. The counterpart ascends!';
The text was updated successfully, but these errors were encountered:
6.2 says that strings over 100 characters should not be split into new lines. 18.12 says they should be. Both provide contradicting examples.
6.2:
18.12:
The text was updated successfully, but these errors were encountered: