You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	Mention how long each course day is (#1155)
Most classes run with 2.5 hours for the morning session and 2.5 hours for the afternoon session. I have tried running the course as 2 × 2.5 hours and 2 × 3 hours. My experience was that people ended up getting really worn out after spending 6 hours in total on Rust (7 hours including a lunch break). However, the experience varies from group to group, so this is just a recommendation.
This commit is contained in:
		| @@ -5,6 +5,14 @@ | ||||
| Here is a bit of background information about how we've been running the course | ||||
| internally at Google. | ||||
|  | ||||
| We typically run classes from 10:00 am to 4:00 pm, with a 1 hour lunch | ||||
| break in the middle. This leaves 2.5 hours for the morning class and | ||||
| 2.5 hours for the afternoon class. Note that this is just a | ||||
| recommendation: you can also spend 3 hour on the morning session to | ||||
| give people more time for exercises. The downside of longer session is | ||||
| that people can become very tired after 6 full hours of class in the | ||||
| afternoon. | ||||
|  | ||||
| Before you run the course, you will want to: | ||||
|  | ||||
| 1. Make yourself familiar with the course material. We've included speaker notes | ||||
|   | ||||
		Reference in New Issue
	
	Block a user