TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
332 stars 95 forks source link

Contract to explain how to use struct data type in voting app #79

Closed priyda closed 1 year ago

priyda commented 1 year ago

this contract is to explain how struct and mapping can be used in making a voting app.

mkubdev commented 1 year ago

Hey @priyda, that'll be awesome if you can explain your code. :)

priyda commented 1 year ago

Hey @priyda, that'll be awesome if you can explain your code. :)

thank you for the feedback and Should I make more comments in the code or here in pull request?

priyda commented 1 year ago

Hey @priyda, that'll be awesome if you can explain your code. :)

@mkubdev thank you for the feedback . Should I make more comments in the code or here in pull request?

@mkubdev - added comments, can you check if it is fine?