My Ideal CI/CD Workflow for Solo macOS Development
You can view the full GitHub Workflows file here.
Articles tagged with #Engineering.
You can view the full GitHub Workflows file here.
从学习iOS开发就开始接触到MVC的开发模式了。随着越来越注重用户体验以及业务越来越复杂。ViewController也越来越臃肿,同时我们的工作量也越来越大。在ViewController中混杂着业务逻辑与UI处理的逻辑。完整的测试ViewController既要对UI进行测试也需要对业务逻辑进行测试。测试起来比较麻烦。