c744515832
Do not use default parameter value for functions with only 1 or 2 call sites, since it doesn't add much value but provides a dangerous possibility to forget to pass the real implementation.