Closed Tjzabel closed 4 years ago
Happy to take this on. Thanks.
Hi Please review my pull request and fell free about any opinion.
Thanks @Amirhossein2000, another core developer will finish reviewing PR #338.
@nanikjava, there are a few other "Hacktoberfest" good first issues to work on. Try taking a look at one of those and let us know if any of them look interesting to you! :slightly_smiling_face:
Fixed via #338
Summary
The
handler.go
Telegram file contains many repeating code blocks while checking for ZWSP. This should get moved into its own helper function inhelpers.go
.Details
Example code block is as follows:
Outcome
The above code block is moved into its own separate function to reduce repeating code.