JuliaDiff / JuliaDiff/BlueStyle
Spaces after comma in union type?
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 519
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
What's the recommendation for
T = Union{Int, String}
versus
T = Union{Int,String}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the existing BlueStyle guidance and nearby formatting examples first, then check how spacing around commas is handled elsewhere in the style guide. Done means the guide has a clear recommendation for the two Union examples, with wording consistent with its other formatting rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100