Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/25/2014 in Posts

  1. For the Discovery Channel Telescope software, we make extensive use of libraries and classes. We never have this issue when editing classes. Perhaps what helps make this possible is 1. Programming to an interface, not an implementation: Abstract classes with pure virtual methods separate almost every call layer. 2. For each software component we do development work within several small lvprojs (with few dependencies), then only one large project from which we do builds but typically no development work. 3. Architect to avoid overly-complicated dependencies.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.