My first day with GO

Pavel Belokon - Aug 26 - - Dev Community

Today, I embarked on a journey to find a versatile programming language that would broaden my perspective on web development.

After spending a lot of time with JavaScript, I felt a bit burned out and wanted to try something new but still related to the web.

One of the things I found really interesting is how Go handles private and public visibility. Instead of using keywords, it's all about how a variable or function is named, uppercase for public and lowercase for private. I find this approach improves readability because you can immediately tell whether something is private or public without needing to check its definition.

That's all for now. I just wanted to kick off my journey with Go by sharing these first impressions in my blog.

. . .
Terabox Video Player