On Wed, Aug 10, 2022 at 6:43 PM Carl Schwan <c...@carlschwan.eu> wrote: > > Please cast votes > > I would vote for c, it's more consistent with C++ and avoids some rare > issues where removing the semicolon creates issues. This is what I'd been > already doing for the app I maintain.
Agree. for instance see here https://www.freecodecamp.org/news/codebyte-why-are-explicit-semicolons-important-in-javascript-49550bea0b82/ where gives some examples of code doing unexpected things not using a semicolon -- Marco Martin