Best practices to build a highly configurable software product.
Posted
by Kabeer
on Stack Overflow
See other posts from Stack Overflow
or by Kabeer
Published on 2010-04-01T10:18:19Z
Indexed on
2010/04/01
10:23 UTC
Read the original article
Hit count: 348
Hello. I am working on a software product that can substantially change behavior based on the configuration & meta-data supplied.
I would like to know best practices to architect / build a highly configurable software product. Considering that there are substantial number of configuration parameters, I'd like to look at something that will not affect the performance before I look at dependency injection. My platform is .Net ... I seek recommendations on architecture / design and implementations fronts.
© Stack Overflow or respective owner