Skip to content

Refactor/early return manifest check#638

Open
dvansari65 wants to merge 3 commits into
solana-foundation:mainfrom
dvansari65:refactor/early-return-manifest-check
Open

Refactor/early return manifest check#638
dvansari65 wants to merge 3 commits into
solana-foundation:mainfrom
dvansari65:refactor/early-return-manifest-check

Conversation

@dvansari65
Copy link
Copy Markdown
Contributor

No description provided.

@MicaiahReid
Copy link
Copy Markdown
Collaborator

Thanks for the PR, @dvansari65! Could you add a description to the PR with what problem this is solving and any other relevant context?

@dvansari65
Copy link
Copy Markdown
Contributor Author

dvansari65 commented May 4, 2026

description:
Refactored try_get_programs_from_project to use an early return pattern instead of wrapping the entire function body in an if/else block.

@MicaiahReid
Copy link
Copy Markdown
Collaborator

description: Refactored try_get_programs_from_project to use an early return pattern instead of wrapping the entire function body in an if/else block.

This doesn't really explain why. Is this fixing an issue? Just clean up?

@dvansari65
Copy link
Copy Markdown
Contributor Author

description: Refactored try_get_programs_from_project to use an early return pattern instead of wrapping the entire function body in an if/else block.

This doesn't really explain why. Is this fixing an issue? Just clean up?

yeah , just clean up, not much

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.

2 participants