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

Minor formatting suggestions #109

Open
wants to merge 1 commit into
base: dimxy-fix-staking-array
Choose a base branch
from

Conversation

jmjatlanta
Copy link

The changes made in dimxy-fix-staking-array are very good and IMO necessary. Making C-style arrays using malloc/calloc is not something I would recommend to anyone in C++.

The fixes in this PR change no functionality. They only

  • Make lines shorter for better display in IDEs and GitHub
  • Remove commented-out lines that are no longer needed
  • Change array to collection. The word "array" to me puts the wrong idea into my head as to what the object truly is. "Collection" is a bit more generic IMO.

These changes just make the code easier to read IMO. Merge this branch into yours if you wish.

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

Successfully merging this pull request may close these issues.

None yet

1 participant