restore alf review guidance

This commit is contained in:
Samuel Newman
2026-09-05 19:10:51 +03:00
parent fb94106bb7
commit 5cfaa2c66c
+4
View File
@@ -47,6 +47,10 @@ Apply these checks only where the diff makes them relevant:
- Shared React Native code must work on iOS, Android, and Web. Check platform - Shared React Native code must work on iOS, Android, and Web. Check platform
files and guard browser-only or native-only APIs appropriately. files and guard browser-only or native-only APIs appropriately.
- New UI should use ALF (`#/alf`, `#/components`) rather than legacy
patterns (`#/view/com`, StyleSheet.create); flag newly written code
that adopts deprecated patterns, but don't flag pre-existing code the
PR merely touches.
- Make sure any added tests provide long-term value. A test lacks long-term - Make sure any added tests provide long-term value. A test lacks long-term
value when it merely restates the implementation, tests framework or library value when it merely restates the implementation, tests framework or library
behavior, depends on incidental structure or copy, or duplicates coverage behavior, depends on incidental structure or copy, or duplicates coverage