#cpp Short-circuit evaluation - 결과 뻔한데 뒤에 인자까지 평가할 필요 없지 뭐 1 minute read Object* object = NULL; if (object && object->IsValid()) { // ... }