Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MyMainViewModel必须处理许多内部复杂动作的命令,因此它的扩展变得不可避免。为了保持代码井井有条,我倾向于将#region类似的相关任务分组。这是否认为过度使用此功能或完全正常?你可能会说这取决于我,如果我觉得正确的话。我认为这很有帮助,但我想知道其他人会怎么做。这是代码外观的屏幕截图:
MainViewModel
#region
不好的做法是大规模的单一课程。#region 只是隐藏/应对它。如果有方法组,请将它们委托给另一个类。