Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-887

Create simplified API for Tang

Add voteWatch issue
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Tang.NET
    • None

    Description

      Currently in Tang Configuration/ConfigurationModule API signatures are very long and some are complex in C#. Some of them can be simplified or introducing extensions. We have made some changes, and the work need to be completed.

      example:
      ICsConfigurationBuilder BindNamedParameter<U, V, T>(GenericType<U> iface, GenericType<V> impl)
      where U : Name<T>
      where V : T;

      can be simplified as
      ICsConfigurationBuilder BindNamedParameter<U, V, T>()
      where U : Name<T>
      where V : T;

      Attachments

        Activity

          People

            Unassigned Unassigned
            juliaw Julia Wang

            Dates

              Created:
              Updated:

              Slack

                Issue deployment