Use more meaningful function name
Closed this issue · 2 comments
bh2smith commented
Nit: Give this function a more meaningful name that describes what it does.
Originally posted by @gentrexha in #271 (comment)
gentrexha commented
From the Clean Code Book:
Methods should have verb or verb phrase names like postPayment , deletePage , or save.
Therefore, I recommend something along the lines of preprocessTxHash
or preptxhash
.
harisang commented
Not applicable anymore