Playgrounds are Cool!

November 1, 2016

I have an enum with several different cases, each case with its own computed String variable for its title. Elsewhere in my app I needed all of these titles, but I didn’t want to go through and type each one out. This is the kind of thing that should be automated, but as far as […]