rustindia / Rust-for-undergrads

C/C++ programming probelms re-written in Rust
https://rustindia.github.io/Rust-for-undergrads/
GNU General Public License v3.0
251 stars 113 forks source link

Improvement in Language used in Readme #63

Closed ishanjain28 closed 5 years ago

ishanjain28 commented 6 years ago

The Aim for this project as taken from the readme currently states,

Encouraging undergrads to re-write C/C++ questions in their academics, job interview and programming practice problems into Rust language.

I believe, The language used in this sentence is slightly unwelcoming and attracts attention of a set of people that might not be the best for the project and rust community.

I suggest, Changing it to something more appropriate like,

Enabling undergrads to write projects sets from Academics, Job Interviews and Programming practice problems in Rust Language.

lancelafontaine commented 6 years ago

I agree with the above, and would also like to add that the word "evangelize" is very strong, and has been used in the context of holy wars and crusades, which in my opinion does not benefit the Rust community at large. It may be worth considering using a more neutral term like "advocate" or even just "demonstrate".

ranjithrajv commented 6 years ago

@lancelafontaine replaced evangelize with advocate https://github.com/rustindia/Rust-for-undergrads/commit/215cb0c15e2a9846b6ecd1bec5729dd364d89474

Thanks for your suggestion. Keep suggesting/contributing.