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

Replace keyword "data" #30

Closed
andymcn opened this issue Sep 10, 2014 · 1 comment
Closed

Replace keyword "data" #30

andymcn opened this issue Sep 10, 2014 · 1 comment

Comments

@andymcn
Copy link
Contributor

andymcn commented Sep 10, 2014

Currently we use the keyword data to indicate data type definitions. In comments, documentation and error messages I always write "data type" to describe them, because just saying "data" is nonsensical. This is an indication that we're using the wrong keyword, so we should change it. I have no idea what to.

Compare this to the other entities. The keyword class defines a class, the keyword actor defines an actor and so on. But the keyword data does not define a data.

@sylvanc
Copy link
Contributor

sylvanc commented Sep 10, 2014

Replaced "data" with "primitive". The entity keyword primitive defines a primitive.

@sylvanc sylvanc closed this as completed Sep 10, 2014
sylvanc pushed a commit that referenced this issue Oct 5, 2016
* Add Iter class and tests

* Fix typos in zip.pony

* changelog

* use _None in Iter.filter
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