Advantages of Using a Style Guide |
The essence of developing a style guide is that it enables you to set the required properties just ONCE rather than having to apply them manually to each and every window (and to each and every control in those windows). The advantages of such a "single point of definition" are:
Furthermore, complying with a style guide ensures that windows/dialogs developed by different developers nevertheless have the same look and feel (like corporate "house styles" for paper documents). This not only greatly helps the end users, but also prevents individual developers from having to reinvent the wheel all the time. Finally, style guides are easy to implement across applications, again facilitating ease-of-use. |