What's the recommendation for ``` T = Union{Int, String} ``` versus ``` T = Union{Int,String} ```