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

Address return consistency #355

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sebrandon1
Copy link
Collaborator

I went through the entire codebase and addressed inconsistencies with return statements to make everything the "same".

Now we can expect:

  • All "NewBuilder" funcs to early return if any params are empty.
  • All With... and operation funcs are modified to return a nil pointer to the builder and the error (if return values are applicable).

@sebrandon1 sebrandon1 force-pushed the newbuilder_validation branch 4 times, most recently from 33e7b4b to 701df76 Compare April 25, 2024 16:25
@sebrandon1 sebrandon1 force-pushed the newbuilder_validation branch 10 times, most recently from 4b15168 to d4a29cd Compare May 2, 2024 13:53
@sebrandon1 sebrandon1 force-pushed the newbuilder_validation branch 4 times, most recently from 4a38ea2 to b26e659 Compare May 9, 2024 15:13
@sebrandon1 sebrandon1 force-pushed the newbuilder_validation branch 5 times, most recently from 3817184 to 010f891 Compare May 20, 2024 21:32
@sebrandon1 sebrandon1 force-pushed the newbuilder_validation branch 3 times, most recently from e200e35 to c77bcd1 Compare November 27, 2024 21:57
@sebrandon1 sebrandon1 force-pushed the newbuilder_validation branch 2 times, most recently from 0ab3ba9 to 8dfc26e Compare December 16, 2024 16:22
@sebrandon1 sebrandon1 force-pushed the newbuilder_validation branch from 8dfc26e to 9c0e0b5 Compare December 17, 2024 20:29
add argocd applications updates
@sebrandon1 sebrandon1 force-pushed the newbuilder_validation branch from 9c0e0b5 to 61057d6 Compare December 19, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant