Skip to content

Annotate setup and draw methods with return types#15

Draft
zendrx wants to merge 1 commit into
mainfrom
zendrx-patch-8
Draft

Annotate setup and draw methods with return types#15
zendrx wants to merge 1 commit into
mainfrom
zendrx-patch-8

Conversation

@zendrx

@zendrx zendrx commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Added type annotations to the setup and draw methods to specify their return types as Nil, enhancing code clarity and type safety.

Description

Please provide a summary of the changes and which issue is fixed.

Fixes #(issue)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Build/CI pipeline change

Checklist

  • My code follows the code style of this project
  • I have ran crystal tool format on my changes
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the documentation accordingly
  • I have added an entry to CHANGELOG.md

Platform Impact

  • Android
  • iOS
  • Both

Testing Done

Describe the tests you ran to verify your changes.

Screenshots (if appropriate)

Additional Context

Add any other context about the pull request here.

Added type annotations to the setup and draw methods to specify their return types as Nil, enhancing code clarity and type safety.
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