Skip to content

feat: trust dependency contracts instead of redundant nil guards#13

Merged
gonzaloserrano merged 1 commit intomainfrom
gsr/add-nil-guard-guideline
Mar 30, 2026
Merged

feat: trust dependency contracts instead of redundant nil guards#13
gonzaloserrano merged 1 commit intomainfrom
gsr/add-nil-guard-guideline

Conversation

@gonzaloserrano
Copy link
Copy Markdown
Owner

Add nil safety guideline: don't add nil checks for values guaranteed non-nil by a database, library, or protocol contract. Only guard at true system boundaries.

Bump version to 1.0.26.

Add nil safety guideline: don't add nil checks for values guaranteed
non-nil by a database, library, or protocol contract. Only guard at
true system boundaries.

Bump version to 1.0.26.
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

@gonzaloserrano gonzaloserrano merged commit 0ea5b9f into main Mar 30, 2026
2 checks passed
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