Using type hints in Python 2 libraries
With PEP 484 Python allows you to annotate variables and functions with their types: (more…)
Read more »At Atlassian, my fellow engineers and I often find ourselves creating tools that rapidly become crucial to our own workflows. Because of this, the practice of writing tests to ensure consistent behavior is almost second nature for us. We’re aware that thi… Read more