Learning Go: Iteration and Performance Testing with TDD
Oct 31, 2025 · 5 min read · Introduction Coming from JavaScript and Python, I was at first skeptical of only using the for keyword to iterate through data. However, it only took a few attempts before I was pleasantly surprised by its ease of use. The Go for loop is a refreshing...
Join discussion

