Page MenuHomePhabricator

Allow while(true) in the JS codebase
ClosedPublic

Authored by ashoat on Mar 24 2023, 12:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 12, 4:20 PM
Unknown Object (File)
Wed, Apr 9, 3:07 AM
Unknown Object (File)
Mar 17 2025, 7:28 PM
Unknown Object (File)
Mar 17 2025, 7:28 PM
Unknown Object (File)
Mar 17 2025, 7:27 PM
Unknown Object (File)
Mar 17 2025, 7:10 PM
Unknown Object (File)
Mar 3 2025, 4:40 PM
Unknown Object (File)
Mar 3 2025, 4:40 PM
Subscribers
None

Details

Summary

I find that it's sometimes better for readability for the condition of a loop to be determined by a break call inside the body of the loop. More context here.

Test Plan

I edited a file and added a while (true) { break; } line. Before this diff it causes an ESLint error, but afterwards it didn't

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable