Files
solidity/docs
Ahmed Ali e09b0ae15f Updated some examples following the naming convention
According to Solidity naming convention:
https://docs.soliditylang.org/en/latest/style-guide.html#naming-conventions There is no need to use
underscore except when there is a naming collision. In which case, a trailing underscore is used to
avoid the collision. So in this change, I am removing all underscores, except for the ones that
could shadow other symbols in their context (none of the changed names is a reserved keyword:
https://docs.soliditylang.org/en/latest/cheatsheet.html?highlight=reserved#reserved-keywords )
2021-08-26 11:59:10 +02:00
..
2021-08-14 14:31:06 -04:00
2021-05-12 13:57:53 +01:00
2021-07-15 10:13:30 +02:00
2021-03-30 23:04:32 +02:00
2015-12-07 22:35:51 +01:00
2021-08-11 10:59:02 +02:00
2021-08-12 15:39:32 +02:00
2021-08-11 10:54:03 +02:00