Re: [PATCH v12 2/2] rust: xarray: Add an abstraction for XArray
From: Miguel Ojeda
Date: Fri Dec 13 2024 - 12:25:02 EST
On Fri, Dec 13, 2024 at 5:40 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> I am! Let's not restrict ourselves to a subset of rust that mimics a
> language invented 40 years ago.
It is not about restricting ourselves to a subset, it is about picking
something that is more readable for the majority of readers.
It is also advantageous for the submitter, because one wants reviewers
to have the easiest time possible reading your code, and reviewers
will be, in some cases, new to Rust.
Cheers,
Miguel