CCSMB / Standards

Standard file formats, APIs, network protocols, and more for ComputerCraft
Other
8 stars 7 forks source link

Deprecation Field #14

Open totallynotmarcus opened 1 year ago

totallynotmarcus commented 1 year ago

Some standards may be deprecated over time, (nfp, nft, etc). It would be a good idea to have a field for deprecated standards for RFCs.

SammyForReal commented 1 year ago

I like that idea, but how do we tell if a standard is deprecated?

totallynotmarcus commented 1 year ago

There are a couple options for this. We could have an addition to the header area:


...
*Last updated: 2022-11-07*

*Deprecated: No*
...```

Or, a special name of the standard (e.g. CCSMB-D...) could be used.
SammyForReal commented 1 year ago

No I mean like, when is a standard deprecated? What are the conditions for this to happen.

totallynotmarcus commented 1 year ago

It could be superseded by another standard (e.g. nfp to bimg), or it could just not be used anymore / widely unsupported. A sort-of council could be created to decide if something should be deprecated or not.

walksanatora commented 1 year ago

i think that naming the file DEPRECATED_CCSMB-n would make it easier to understand you dont even need to read the document to see that it is Deprecated