This is a fix for [#252] in which I found instances of the word SDk and replaced with SDK. Please let me know if anything was missed in the contribution workflow. Thanks!
I've updated poison_messages.go before the first function is defined to contain a constant which stores the error message, then called it where needed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
consider my suggestions;
if these messages are being used in parts, tell me and I'll approve and merge.
else, you can commit my suggestions and I'll approve.
btw you are more than welcome to our Discord server, I'm there if you have any question
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have made a change to the name of the constant as suggested as I think that making the constant more descriptive is worthwhile in the long run for readability's sake.
However, I think that the bit about "Error while getting notified about..." should stay as is since it is being used in parts elsewhere like here which is where I got the convention for leaving it there and appending the constant afterwards. Let me know what you think!
Joined the Discord :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally posted by: OrMemphis
Hey @bsmirks, all good with the contribution workflow!
I had a minor suggestion before merging, thanks a lot for your contribution.
Originally posted by: bsmirks
Sounds good, I will play with implementing this and update the PR accordingly.
Originally posted by: bsmirks
I've updated
poison_messages.gobefore the first function is defined to contain a constant which stores the error message, then called it where needed.Originally posted by: OrMemphis
@bsmirks thanks! :)
consider my suggestions;
if these messages are being used in parts, tell me and I'll approve and merge.
else, you can commit my suggestions and I'll approve.
btw you are more than welcome to our Discord server, I'm there if you have any question
Originally posted by: bsmirks
I have made a change to the name of the constant as suggested as I think that making the constant more descriptive is worthwhile in the long run for readability's sake.
However, I think that the bit about "Error while getting notified about..." should stay as is since it is being used in parts elsewhere like here which is where I got the convention for leaving it there and appending the constant afterwards. Let me know what you think!
Joined the Discord :)
Ticket changed by: OrMemphis