Skip to content

Minor formatting suggestions#109

Open
jmjatlanta wants to merge 1 commit intodimxy:dimxy-fix-staking-arrayfrom
jmjatlanta:jmj_fix_staking_array
Open

Minor formatting suggestions#109
jmjatlanta wants to merge 1 commit intodimxy:dimxy-fix-staking-arrayfrom
jmjatlanta:jmj_fix_staking_array

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.

1 participant

Comments