saveourtool/save-cloud

Refactor `Companion.NAME` and `name` in `Sdk`

Open

#859 geöffnet am 28. Juni 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Kotlin (4 Forks)github user discovery
good first issuerefactoring

Repository-Metriken

Stars
 (38 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

There are string values for two purposes: display name, which is currently Companion.NAME, and docker image name, which is in the property name. This is indeed confusing.

Originally posted by @petertrr in https://github.com/saveourtool/save-cloud/pull/840#discussion_r908378107

Contributor Guide