This paper was published in this year’s issue of sigbovik, the best satirical academic journal you (may) have never heard of: https://sigbovik.org/2024/
"Maximizing Code Readability Using Semicolon Indentation"
Though I guess end-of-line semicolons in Javascript is the next open question
> ;;;;;;;;5.2;;JavaScript
> ;;;;;;;;;;;;With JavaScript, the practice of omitting semicolons from the ends of lines is one that may be divisive when implementing these principles. One of the primary controversies within JavaScript circles is whether to use semicolons or not, as JavaScript has optional semicolons.
> ;;;;;;;;;;;;This proposal does not specify whether semicolons should be used at the end of lines, so as to not be controversial in this space. With this in mind, we can see this proposal in practice with a snippet of the elevator.js library[3], with and without end-of-line semicolons.
>I think the papers may be the canonical form of this particular project, but I'm starting on a visual version, which will probably become a video some time this month.
"Maximizing Code Readability Using Semicolon Indentation"
Though I guess end-of-line semicolons in Javascript is the next open question
> ;;;;;;;;5.2;;JavaScript
> ;;;;;;;;;;;;With JavaScript, the practice of omitting semicolons from the ends of lines is one that may be divisive when implementing these principles. One of the primary controversies within JavaScript circles is whether to use semicolons or not, as JavaScript has optional semicolons.
> ;;;;;;;;;;;;This proposal does not specify whether semicolons should be used at the end of lines, so as to not be controversial in this space. With this in mind, we can see this proposal in practice with a snippet of the elevator.js library[3], with and without end-of-line semicolons.