show icon indicating copy to clipboard operation
show copied to clipboard

Code review

Open mre opened this issue 7 years ago • 1 comments

What?

Do a Rust code-review.

Why?

It's fun to watch and contribute.

How?

Pick a small-ish Rust Github repo and explain the inner workings.
After that, fix an issue and create a PR.

mre avatar Feb 08 '18 12:02 mre

If you're reading this and you have a small Rust crate, that you want to have reviewed during the show, just post a link here.

The ideal project:

  • ...does one task (like parsing a file format or transforming text)
  • ...is easy to grasp (only a few hundred lines of code max)
  • ...might need some polish (e.g. it might not be idiomatic Rust code right now)

I will definitely be very respectful during the show, so don't be shy. We can also quickly chat about the project before the recording.

mre avatar Mar 18 '18 22:03 mre