Successful Common Code Libraries

Posted by Adam Jenkin on Programmers See other posts from Programmers or by Adam Jenkin
Published on 2011-02-10T21:08:37Z Indexed on 2011/02/10 23:33 UTC
Read the original article Hit count: 363

Are there any processes, guidelines or best practices that can be followed for the successful implementation of a common code libraries. Currently we are discussing the implementation of common code libraries within our dev team. In our instance, our common code libraries would compliment mainstream .net software packages we develop against.

In particular, im interested in details and opinions on:

  • Organic vs design first approach
  • Version management
  • Success stories (when the do work)
  • Horror stories (when they dont work)

Many Thanks

© Programmers or respective owner

Related posts about best-practices

Related posts about code-reuse