mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Update tag in I4 based on Issue #329
This commit is contained in:
parent
57a5446625
commit
abed1970b5
|
@ -1045,7 +1045,9 @@ Very hard in general
|
|||
|
||||
### <a name="Ri-typed"></a> I.4: Make interfaces precisely and strongly typed
|
||||
|
||||
Reason: Types are the simplest and best documentation, have well-defined meaning, and are guaranteed to be checked at compile time.
|
||||
##### Reason
|
||||
|
||||
Types are the simplest and best documentation, have well-defined meaning, and are guaranteed to be checked at compile time.
|
||||
Also, precisely typed code is often optimized better.
|
||||
|
||||
##### Example, don't
|
||||
|
|
Loading…
Reference in New Issue
Block a user