ALM Technology RadarALM Technology Radar

Neutral Formats

languageformatstorage
Adopt

Neutral formats are file formats that are designed to be easily readable and editable by both humans and machines. They are typically based on plain text and are free from proprietary or platform-specific features. Neutral formats are widely used in software development for storing data, configuration, and other information.

We came to the conclusion that neutral formats should be used as often as possible to:

  • reduce vendor lock-in
  • increase interoperability
  • maintain long-term compatibility

Markup languages (Markdown, reStructuredText, AsciiDoc) for documentation (see also docs-as-code blip), JT (jupiter tesselation) for 3D-data, ReqIF for requirements etc. or just structured general formats like JSON, YAML, XML should be utilized whenever possible.