mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Typos
wil => will; developemnt => development.
This commit is contained in:
parent
5547b43c4b
commit
a67f8d3c27
|
@ -6946,8 +6946,8 @@ A major class of exception is legacy code, especially code that must remain comp
|
||||||
The fact that there are billions of lines of code that violate this rule against owning `T*`s cannot be ignored.
|
The fact that there are billions of lines of code that violate this rule against owning `T*`s cannot be ignored.
|
||||||
We'd love to see program transformation tools turning 20-year-old "legacy" code into shiny modern code,
|
We'd love to see program transformation tools turning 20-year-old "legacy" code into shiny modern code,
|
||||||
we encourage the development, deploymenta and use of such tools,
|
we encourage the development, deploymenta and use of such tools,
|
||||||
we hope the guidelines wil help the development of such tools,
|
we hope the guidelines will help the development of such tools,
|
||||||
and we even contributed (and contribute) to the research and developemnt in this area.
|
and we even contributed (and contribute) to the research and development in this area.
|
||||||
However, it will take time: "legacy code" is generated faster than we can renovate old code, and so it will be for a few years.
|
However, it will take time: "legacy code" is generated faster than we can renovate old code, and so it will be for a few years.
|
||||||
|
|
||||||
This code cannot all be rewritten (ever assuming good code transformation software), especially not soon.
|
This code cannot all be rewritten (ever assuming good code transformation software), especially not soon.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user