Architecture for WinForms applications?

后端 未结 7 2053
情书的邮戳
情书的邮戳 2020-12-23 23:07

I have started a WinForms project a few weeks ago and as I did not really know what features I wanted, I just added them along the way. This now caused a horrible mess where

7条回答
  •  感情败类
    2020-12-23 23:49

    Just start writing unit-tests for everything you can think of. As some pieces will turnout difficult to unit-test because of tight coupling to the WinForms, separate them out. Clean. Wash. Repeat.

提交回复
热议问题