FlashcardIntermediate
Organizing Platform-Specific Code
Keep platform code maintainable by isolating divergence behind shared interfaces.
Question
What's a good strategy to keep platform-specific code maintainable?
Click to reveal answer
Keep platform code maintainable by isolating divergence behind shared interfaces.
What's a good strategy to keep platform-specific code maintainable?