tour_of_rust icon indicating copy to clipboard operation
tour_of_rust copied to clipboard

Explain Constants right after Variables

Open cg-cnu opened this issue 3 years ago • 0 comments

Chapter 2 Table of contents feels a little out of order.

Current layout:

Variables
Changing Variables
Basic Types
Basic Type Conversion
Constants
Arrays
...

Feels like Constants right after Changing Variables would make more sense.

Proposed layout:

Variables
Changing Variables
Constants
Basic Types
Basic Type Conversion
Arrays
...

Happy to do a PR if everyone agrees. Thanks!

cg-cnu avatar Oct 04 '21 04:10 cg-cnu