kamal
kamal copied to clipboard
Reuse CONTAINER_NAME constant
This PR reuses existing CONTAINER_NAME constant value instead of duplicating container name in a string.
Should we freeze the existing constant(CONTAINER_NAME) too?
I followed the conventions for other constants in the code base, they are not frozen. Also, starting from Ruby 3.4 strings will be frozen by default, so I don't think this is needed.
@igor-alexandrov oh that’s lovely, good to know.
This has been rebased.
Closing this as the constant was removed at some point