A shared folder with AI prompts and code snippets
From workspace: Alex
Team: AI Prompts
Total snippets: 3
3 snippets
Performance Requirements: - Implement lazy loading for lists - Use proper image caching - Optimize CoreData queries - Profile memory usage - Consider background task handling
API Guidelines: - Use URLSession with async/await - Implement proper error handling - Cache responses when appropriate - Follow RESTful conventions - Include request timeout handling
Project: MLXFasting (Intermittent Fasting App) **ARCHITECTURE:** - Uses MVVM + Coordinator pattern - CoreData for persistence - Combine for data flow - HealthKit integration **CUSTOM COMPONENTS:** - TimerView: Custom circular progress -...