google/comprehensive-rust

Swap order of Cell/RefCell

fw-immunant opened this issue · 1 comments

Cell is the simpler of these two so I always introduce it first. Do any other instructors object?

We also don't have much prose about how RefCell actually works in terms of the Ref and RefMut types and "runtime borrow checking"; it might be good to add more.

That seems fine! Honestly those should probably be separate, small slides.