Y
Hacker News
new
|
ask
|
show
|
jobs
by
KptMarchewa
2310 days ago
Not really. Legacy stuff can be contained. For example, you could specify language version level in file and it would disable removed/deprecated stuff.
1 comments
UncleMeat
2310 days ago
Linters can prevent you from using outdated C++ constructs with ease.
link