Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should the data field names have spaces? #1

Open
camfindlay opened this issue Dec 6, 2018 · 0 comments
Open

Should the data field names have spaces? #1

camfindlay opened this issue Dec 6, 2018 · 0 comments

Comments

@camfindlay
Copy link
Contributor

Thinking about data usability in a machine readable sense, perhaps we need to hold the column headings without spaces, eg. legaltitle

Other options include:

  • camel case eg. LegalTitle
  • lower camel case eg. legalTitle
  • underscore eg. legal_title
  • hyphen eg. legal-title

Thoughts? What's the most human and equally machine readable option?

@camfindlay camfindlay changed the title Should the data property names have spaces? Should the data field names have spaces? Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@camfindlay and others