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 a runtime type checker #141

Open
integraledelebesgue opened this issue Jan 28, 2025 · 0 comments
Open

Use a runtime type checker #141

integraledelebesgue opened this issue Jan 28, 2025 · 0 comments
Labels
framework A general, framework-related topic improvement An improvement of the already existing solution

Comments

@integraledelebesgue
Copy link
Member

integraledelebesgue commented Jan 28, 2025

Idea

Check all the types at runtime, using typeguard or beartype (only if the former turns out to suck too much performance).

Alternatively, we can check types dynamically only in tests. Dynamic type checking paired with code coverage analysis might be sufficient.

@integraledelebesgue integraledelebesgue converted this from a draft issue Jan 28, 2025
@integraledelebesgue integraledelebesgue added framework A general, framework-related topic improvement An improvement of the already existing solution labels Jan 28, 2025
@integraledelebesgue integraledelebesgue moved this from Backlog to Small ideas in ChildLab Framework Jan 28, 2025
@integraledelebesgue integraledelebesgue moved this from Small ideas to Backlog in ChildLab Framework Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework A general, framework-related topic improvement An improvement of the already existing solution
Projects
Status: Backlog
Development

No branches or pull requests

1 participant