Conversation
… it can take all the space and not be cropped)
…nd iOS since they're platform-independent (can run on any platform)
…since it's platform-independent (can run on any platform)
…orms as its content is platform-agnostic and we should be able to run it in iOS platforms
…form-specific components
… so we can remove noise from project navigator
…et folder to remove noise from project navigator
… EssentialFeediOS - Set `DEFINES_MODULE = NO` to avoid requiring an umbrella header - Disabled code signing for EssentialFeediOS (Debug/Release) as it's not needed - Xcode updated scheme and project version references (LastUpgradeVersion = 1620)
…fic target that should not be tested on macOS
…ove replacing logic in tests (thus having shorter and more expressive code)
… In MVP, presentation data should be created by presenters
…ontrollers can be agnostic of Presenters if we move from the configuration in composers
…testing the composition of multiple UI components in integration
…ns in all supported localizations
… UI since UIKit is not thread safe
… passing result to the UI components. Threading is ealt with a Decorator in the Composition layer.
…from a non main thread
…the CI configuration
…ing the tests fail
…s are failing because of it
…ests are being run with specific test targets, so it means it's not needed)
… a more than acceptable tradeoff (mesure before optimizing 🥋)
When reusing a shared Core Data model across multiple containers in tests, Core Data may retain internal state between instances, causing CI-only failures. Removing persistent stores in deinit ensures proper isolation and prevents store conflicts when running tests in sequence.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.