mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Update tag in I4 based on Issue #329
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user