JulianFrattini / cira

Python package for functions around the causality in requirements artifacts (CiRA) initiative.
http://www.cira.bth.se/
Apache License 2.0
10 stars 1 forks source link

Refactor eventconnector to use consts and improve readability #73

Closed andreas-bauer closed 1 year ago

andreas-bauer commented 1 year ago

This PR changes eventconnector.py by using constants instead of hard-coded strings (issue #44). In addition, parts of the code were refactored to improve its readability.