Figure: 'ZZ' your files rather than deleting them!
Note: Other systems are used that are less aggressive than our 'zz' rule.
- In .NET, the keyword obselete
is used to mark types and members of types that should no longer be used - these then turn up as a compiler warning.
- In HTML, the keyword deprecated
is used.
Both allow for some backward compatibility.
See our Rules to Better SQL Server Databases - Do you add zs prefix to table name?