JuliaDiff / JuliaDiff/BlueStyle
Space after `,`?
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 519
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
I can't actually find the bit that says to do:
foo(a, b) not foo(a,b)
Nor for Union{A, B} not Union{A,B}
Maybe i am just missing it.
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
Search the BlueStyle guide for existing rules about comma spacing, starting with the syntax examples foo(a, b) and Union{A, B}. Confirm whether the convention is documented; done means the guide clearly states the spacing rule for both forms, or explains why either form differs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100