feat: Add recommended tasks for next sprint to improve coding practices in mobile applications
This commit is contained in:
9
apps/mobile/NEXT_SPRINT_TASKS.md
Normal file
9
apps/mobile/NEXT_SPRINT_TASKS.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## Recommended tasks for the next sprint
|
||||
|
||||
|
||||
* In the mobile applications, since the structure is now finalized (at least for the existing features), we need to **strictly follow best practices while coding**:
|
||||
|
||||
* Break down large widgets into **smaller, reusable widgets**
|
||||
* Add **doc comments** where necessary to improve readability and maintainability
|
||||
* **Remove overly complicated or unnecessary logic** introduced by AI and simplify where possible
|
||||
* **Adhere to the design system** and remove all **hard-coded colors and typography**, using shared tokens instead
|
||||
Reference in New Issue
Block a user