TCCPP / wheatley

Wheatley discord bot for the Together C & C++ discord server
Other
13 stars 20 forks source link

Fix various wording problems with template-instantiation article #97

Closed Eisenwave closed 2 months ago

Eisenwave commented 3 months ago

A few things in the article aren't quite right and should be corrected:

  1. A template is an entity by definition. However, it would be correct to say that a function template is not a function.

  2. To my knowledge, "deriving to" or "deriving into" isn't correct English. However, you can say "turning into", which most would consider simpler language anyway.

  3. It's called "function template", but the heading says "template function". We don't need to be pedantically correct in these articles, but at least we should use the terminology from the standard/cppreference.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
1.3% Duplication on New Code

See analysis details on SonarCloud