saveourtool/save-cloud

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

Open

#859 aberto em 28 de jun. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)Kotlin (4 forks)github user discovery
good first issuerefactoring

Métricas do repositório

Stars
 (38 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador