|
|
|
|
|
by marqueewinq
988 days ago
|
|
Another purpose of code, as in software, is to be readable (aside from being executable). There's a million ways to do the formatting, and i would prefer people to use linter when they write code (hopefully, the same linter i'm using). Those languages enforce a standard syntactic structure; there are less ways to write unreadable code, which is a good thing. |
|