1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C++13,912 stars (13,912 stars)1,266 forks (1,266 forks)batch import
enhancementhelp wanted
Description
Applying the newest Python features e.g. type hints.
Contributor guide
- Tech stack
- python
- Domain
- backenddeveloper experience
- Issue type
- refactor
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic PythonType hints knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 75
- Research direction
- Review the FoundationDB repository for Python files that lack type hints. Start by examining the `bindings/python` directory. Use the Python typing module to add type annotations to function signatures and classes. Follow existing type hint patterns in the codebase. There are no linked PRs or maintainer comments, so proceed with a general approach to improving type coverage.