Organizing GUI code

后端 未结 3 1195
我寻月下人不归
我寻月下人不归 2021-02-08 12:18

My question has two parts:

  • Does anyone have any tips or references to some documentation on the web about how to write GUI code that is easy to read, write, and

3条回答
  •  半阙折子戏
    2021-02-08 12:53

    If you're using WPF, you might want to read the Composite Application Guideance for WPF.

    It discusses many of these topics (as well as many others). The main goal of that guideance is to make large scale applications in a flexible, maintainable manner.

提交回复
热议问题