가슴속 3천원
Official@3dollar-in-my-pocket · Korea, South
전국 붕어빵 파는 곳을 알려주는 "가슴속 3천원"
Agent Skills by 가슴속 3천원
Showing 4 vetted skills indexed across 1 GitHub repositories.
ios-repository-pattern
Implement the Repository pattern in Swift with async/await and Result types.
feature-implementer
Implement software features from technical specifications with code generation, tests, and Git commits.
ios-viewmodel-test-generator
Generate XCTest unit tests for iOS ViewModels with Given-When-Then patterns.
ios-viewmodel-pattern
Define standardized iOS ViewModel architecture with Combine and async/await.
Frequently Asked Questions About 가슴속 3천원
FAQPage SchemaWhat specific iOS development tasks are enabled by these patterns?▼
These patterns enable the implementation of robust data layers using async/await and Result types, alongside the generation of standardized unit tests for ViewModels. They facilitate consistent architectural enforcement across mobile projects by providing structured templates for reactive data binding and asynchronous state management.
Which technical personas benefit from these architectural implementations?▼
Mobile engineers and iOS developers focused on scalable architecture benefit from these implementations. They are specifically designed for developers seeking to reduce boilerplate code in MVVM structures, improve test coverage through automated XCTest generation, and maintain clean separation of concerns between data repositories and presentation layers.
What are the primary prerequisites for integrating these patterns?▼
Integration requires a project environment utilizing Swift, specifically targeting iOS development. Prerequisites include familiarity with the Combine framework for reactive streams, XCTest for unit testing, and a foundational understanding of asynchronous programming patterns using async/await to handle network or local data persistence.