ABOUT THE AUTHOR

Daniel Furman

Software Engineer

Daniel Furman is a software engineer and author on CodiLime's blog. Check out the author's articles on the blog.

Daniel  Furman

Recent posts by Daniel :

Thumbnail of an article about Generics in Go — everything you should know before you start
SOFTWARE DEVELOPMENT

Generics in Go — everything you should know before you start

Go 1.18 introduces a new mechanism for generic programming – type parameters. This long-awaited feature finally sees daylight in the officially accepted proposal. This article focuses on a complex description of how type parameters work – everything you need to know about Go generics, with examples, in one place. Are you interested in more information about the language itself? Check out our previous articles for a Go overview and how it is different from Python. It is common knowledge that Go is a statically-typed programming language.