Y
Hacker News
new
|
ask
|
show
|
jobs
by
Dylan16807
1039 days ago
Old code becoming a compiler error sound like a backwards compatibility issue to me.
1 comments
kodra
1039 days ago
I guess it's a terminology thing. As someone from a C# background, not all keywords are reserved words. Only new reserved words break backward compatibility.
C# has added some keywords (record, and, or) without breaking backwards compatibility.
link
C# has added some keywords (record, and, or) without breaking backwards compatibility.