|
|
|
|
|
by david-cako
3213 days ago
|
|
These types of issues/pulls are honestly intellectually demeaning. I know you're acting in good faith, but it really feels like MK-Ultra braindrain. Imagine approaching Linus Torvalds at a conference and telling him that you think people who choose to disobey the documented code style (which I, and most others, do not necessarily use outside of Linux kernel code) are just using "non-standard code style". |
|
But as you yourself mention, folks use different code styles in different places. This is about being clearer about that.
The better analogy here is GCC calling non-GNU style C code "bad" in all repos it is run on.
Rust as a community is much more uniform wrt code style than C is, which is why the compiler even does things like warn about nonstandard style, but that's just it -- the style is non standard, not intrinsically bad in anyway (and "nonstandard" is better at explaining what's wrong than "bad" is).