Versions Compared

Key

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

...

  1. Look for opportunities to combine 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?

References

Refactorings

Child pages (Children Display)