Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use TCA dependency macro #949

Open
LukasKorba opened this issue Nov 27, 2023 · 0 comments
Open

Use TCA dependency macro #949

LukasKorba opened this issue Nov 27, 2023 · 0 comments
Labels
C-tech-debt Technical debt that should be paid-in-full, eventually.
Milestone

Comments

@LukasKorba
Copy link
Collaborator

LukasKorba commented Nov 27, 2023

The 1.5 version of TCA has a dependency macro available by default. This can be handly and clean up a lot of code.

Steps:

  • all dependencies must be struct
  • all closures defined as public var
  • unimplemented testKey comes for free so it must be deleted
  • public initializer comes for free so it must be deleted
  • default values must be provided
@LukasKorba LukasKorba added the C-tech-debt Technical debt that should be paid-in-full, eventually. label Nov 27, 2023
@true-jared true-jared added this to the iOS Zashi 1.1 milestone Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tech-debt Technical debt that should be paid-in-full, eventually.
Projects
None yet
Development

No branches or pull requests

2 participants