12
aaxa
7y

The more I write Go the more I get to like the language, but today I felt like I hit a huge wall. I found out that the structure I initially planned for my Discord bot wouldn't work for what I actually wanted to achieve, which made me feel like a completely useless developer. I develop SaaS solutions in the form of REST API's for a living, so making a bot is completely new to me, which is why I probably shouldn't feel so useless. Any advice for getting back on the horse again? I really want to see this hobby project finished. But starting over after almost 20 hours of work feels so demotivating 😕

Comments
  • 0
    Don't get discouraged
    Just see some samples on github and then redesign you bot
    Go has its qwerks but also needs to be designed in it's unique way
  • 0
    @byte I've only found 1 decent example on Github that was somewhat useful. But the project is so big, that it's hard to comprehend the structure from just looking at it. I might have to spend a couple more hours then
Add Comment