Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
title3) Configurations - component or environment specific

Every project has a config.json file you can use to create Custom custom fields. This is where you should store component or environment-specific configurations.

For more details, see Configuration Management.

Expand
title4) Libraries - shared concerns

Libraries contain common code that can be used by multiple components . A - a key strategy in creating component templates and speeding up interface development.

In general, if you use a function in more than one interface, it belongs in a library.

If you have any libraries added to a project, a .gitmodules file automatically updates to list any referenced libraries.

Expand
title5) Sample Data Folder

The Samples folder holds all of the sample messages you need to use to develop and test your interfaces. The sample data also powers other Translator development tools like the annotations and auto-complete.