NewTec-GmbH / pyJiraCli

pyJiraCli is a command-line tool designed for handling Jira tickets efficiently.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Refactoring: Server #77

Closed gabryelreyes closed 5 months ago

gabryelreyes commented 5 months ago

The Server class is used to communicate with the Jira server, therefore is used by almost every command. Until now, each command makes its own Server instance. However this can be handled before the command is called,. This reduces code duplication.