Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Francisco Lopes
nosubstance.me
Commits
01e0b23b
Verified
Commit
01e0b23b
authored
Aug 31, 2021
by
Francisco Lopes
Browse files
Better wording
parent
49099f89
Pipeline
#362895195
passed with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
content/post/constant-bikeshedding.mmark
View file @
01e0b23b
...
...
@@ -256,9 +256,10 @@ in declarations[^12]:
Here Bjarne personally prefers to put style over grammar, and indeed, one often
repeated quote is that "C++ enforces types", but is this "heavy enforcement"
for real or just utopia? The thing is that this "type enforcement" manifests
in the realm of style solely, not language grammar. I once found a person that
intended to "enforce types" even when it was an obvious failed attempt:
for real or just utopia? The thing is that this "type enforcement" manifests in
the realm of type semantics (the abstract) and style (the convention), but not
in the language's grammar (the practice). I once found a person that intended
to "enforce types" even when it was an obvious failed attempt:
```cpp
void (* foo)();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment