Commit graph

3 commits

Author SHA1 Message Date
Thomas Ricouard
106e533451 Add guidelines for handling large SwiftUI views
Introduces recommendations for splitting large SwiftUI view files using private extensions and MARK comments to organize helpers, async functions, and subviews. This helps maintain readability and structure in files exceeding approximately 300 lines.
2026-01-06 11:08:39 +01:00
Thomas Ricouard
ad1bb92d3e Expand SwiftUI view splitting guidelines in SKILL.md
Added detailed recommendations and examples for splitting large SwiftUI view bodies and computed view properties into subviews or dedicated View types. Clarified when to extract subviews and how to structure them for maintainability and reuse. Adjusted section numbering to accommodate the new content.
2025-12-30 21:06:04 +01:00
Thomas Ricouard
052112b19c Add current skills 2025-12-30 15:40:30 +01:00