mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Improved description of F.3 example
The example in F.3 is not really long, but it is complex
This commit is contained in:
@@ -2485,7 +2485,7 @@ Consider:
|
|||||||
return finalize(intermediate, 0.);
|
return finalize(intermediate, 0.);
|
||||||
}
|
}
|
||||||
|
|
||||||
This is too complex (and long).
|
This is too complex.
|
||||||
How would you know if all possible alternatives have been correctly handled?
|
How would you know if all possible alternatives have been correctly handled?
|
||||||
Yes, it breaks other rules also.
|
Yes, it breaks other rules also.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user