Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

The ODS/API solution (Ed-Fi-ODS.sln) contains a large number of assemblies. Some of these are shared with other applications, including Admin App and bulk-related utilities. Division of code into separate projects based on purpose is a common practice to provide that sharing capability, and to insure that classes and packages (assemblies, libraries) are coherent and dedicated to purpose. However, the current scheme has costs associated with it, including:

  1. Compile-time overhead
  2. Difficult to isolate development teams working on different applications that share resources.

To address these related problems, and thus improve the development experience for not only the Alliance staff and contractors, but also the Ed-Fi community, the Alliance plans to take several steps:

  1. Look for opportunities to combine small assemblies.
  2. Consider carefully what code truly needs to be shared.
  3. When code does need to be shared, should this be done through
    1. NuGet package, or
    2. Duplicated code, or
    3. Changing to a model of calling shared administrative services?


  • No labels