if you have more than 3-4 meetings in a day, can you even get anything done that day?
context switching and the amount of time I need to enter "the zone" is killing me
context switching and the amount of time I need to enter "the zone" is killing me
Comments
trait Manager {
// Returns true most of the times.
fn is_in_meeting(&self) -> bool;
}
currently i alternate between one week at ~10 hrs of meetings and the following one at ~5, not sure if it's helping or killing me.