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

Change order of arguments for []byte and constant #28

Closed
RobertBendun opened this issue Sep 21, 2021 · 0 comments
Closed

Change order of arguments for []byte and constant #28

RobertBendun opened this issue Sep 21, 2021 · 0 comments
Labels
quality of life Quality of life changes, not absolutely necessary now, but make language enjoyable

Comments

@RobertBendun
Copy link
Owner

Identifier should be first for ease of grepping Stacky source files

Buffer-Size 1024        constant
Buffer      Buffer-Size []byte

Find all buffer related definitions grep -rn '^\s*Buffer' *.stacky

@RobertBendun RobertBendun added the quality of life Quality of life changes, not absolutely necessary now, but make language enjoyable label Sep 21, 2021
RobertBendun added a commit that referenced this issue Sep 26, 2021
Closes #25, closes #28, closes #24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality of life Quality of life changes, not absolutely necessary now, but make language enjoyable
Projects
None yet
Development

No branches or pull requests

1 participant