hyperoslo / hyperoslo/ios-foundation
Naming with well known abbreviations
Open
- Dominant language
- Ruby
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
How do we usually name variables that contains well knowns abbreviations when those are not the first word?
Which do we prefer
### Option 1
```
taskUrl
taskJson
taskHttpRequest
taskId
```
### Option 2
```
taskURL
taskJSON
taskHTTPRequest
taskID
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.