bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Use constants for IrodsAPI object/collection types #1884

Closed mikkonie closed 8 months ago

mikkonie commented 8 months ago

Minor issue, but this can be nicely done together with #1882, #1883 etc. Another case where a constant is better than throwing around typo-prone strings.

mikkonie commented 8 months ago

Upon closer look, this isn't really such an issue as they are defined exactly once and constants from a backend plugin should not be directly imported anyway. Was too hasty to open the ticket for myself :) Closing.