The Talon Manual

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed dupe word

...

Tip
titleUnqualified Imports Names

It is not strictly necessary to qualify imported types or fields providing the name is unambiguous across all of a model's imports. However, it is best practice to use the qualified name as it insulates the model from changes to imported imported models that may cause an unqualified reference to become ambiguous in the future.

...