We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d65c1 commit 6a49900Copy full SHA for 6a49900
ios/README.md
@@ -57,7 +57,7 @@ Follow the normal [Product Review protocol](/product-review/).
57
Follow the normal [Code Review guidelines](/code-review/). When reviewing
58
others' iOS work, look in particular for:
59
60
-- Review that ViewControllers are adhering to SRP
+- Review that ViewControllers are adhering to the Single Responsibility Principle
61
- Watch for CoreData thread boundary violations
62
- Watch for potential retain cycles with blocks
63
- Ensure that methods that require parameters are using `NSParameterAssert()`
0 commit comments