Consistency vs Design Guidelines
Posted
by Adrian Faciu
on Stack Overflow
See other posts from Stack Overflow
or by Adrian Faciu
Published on 2010-05-06T05:59:13Z
Indexed on
2010/05/06
6:08 UTC
Read the original article
Hit count: 306
best-practices
|coding-style
Lets say that you get involved in the development of a large project that is already in development for a long period ( more than one year ). The projects follows some of the current design guidelines, but also has a few different, that are currently discouraged ( mostly at naming guidelines ).
Supposing that you can't/aren't allowed to change the whole project:
What should be more important, consistency, follow the existing ones and defy current guidelines or the usage of the guidelines, creating differences between modules of the same project ?
Thanks.
© Stack Overflow or respective owner