Write annotations as you go
Now you are ready to include type annotations in your developmentworkflows. Consider adding something like these in your code styleconventions:
- Developers should add annotations for any new code.
- It’s also encouraged to write annotations when you modify existing code. This way you’ll gradually increase annotation coverage in yourcodebase without much effort.