Wiki

Clone wiki

Mono:UI / Project / Deprecation

Deprecation

As Mono:UI is in continued development, things will change. Sometimes a feature will have to be changed, renamed or removed. When this happens, it is imperative that everything continues working for as many people as possible. Therefore, a deprecation standard is listed here to give some guarantees.

If a feature becomes deprecated:

  • It will at least stay around until the next major release.
  • Its functionality will remain exactly the same until it is removed.
  • It will become a macro so that it stands out in code.
  • It will be listed in the DEPRECATED script, which will give clues as to how to adapt to the deprecation of the feature.

Updated