Join Slack
Communities
Powered by
<@U6FMZA1S8> It’s not wise to tie symbol names to ...
# getting-started
c
cedric
03/05/2018, 6:45 PM
@sourabh
It’s not wise to tie symbol names to dynamic concerns such as JSON parsing. You should separate the two, e.g.
enum class Orientation { VERTICAL(jsonName = "vertical", ... }
➕ 1
Open in Slack
Previous
Next