Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PinYuanChen authored Aug 4, 2024
1 parent 102060b commit 4f1eeee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

- Test-driven development (TDD) practice following SOLID principles
- High code coverage exceeding 80%
- Modular codebase organized into independent frameworks and projects
- Continuous Integration and Continuous Deployment (CI/CD) implemented using GitHub Actions
- Automated memory leak detection integrated into the testing process
- Comprehensive testing of asynchronous behavior
- Enhanced test execution in Xcode with randomization and parallelization
- UI testing utilizing snapshot comparisons
- Modular architecture allowing composition of components into a fully functional app
- Using Decorator pattern to extend behavior of individual objects
- Implementation of the Model-View-Presenter (MVP) design pattern for UI architecture

<a href="https://apps.apple.com/us/app/morse-flash-signal/id6475199871?itsct=apps_box_badge&amp;itscg=30200" style="display: inline-block; overflow: hidden; border-radius: 13px; width: 250px; height: 83px;"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83&amp;releaseDate=1704067200" alt="Download on the App Store" style="border-radius: 13px; width: 250px; height: 83px;"></a>

0 comments on commit 4f1eeee

Please sign in to comment.