RSS Amplifier

polyfloyd's stuff · Aug 28, 2018

7 Subtle Pitfalls in the Go Language

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Introduction 
 How well do you know the Go programming language? Have you written something in
Go that does not quite does what you want it to do? Then you may find this
article interesting. 
 We explore some subtle ways one can introduce a bug in a Go program. The
criteria is that the compiler gives no warning whatsoever and that the fault
can be caused by either a typo or…

Introduction

How well do you know the Go programming language? Have you written something in Go that does not quite does what you want it to do? Then you may find this article interesting.

We explore some subtle ways one can introduce a bug in a Go program. The criteria is that the compiler gives no warning whatsoever and that the fault can be caused by either a typo or some detail that is easy to forget about.

Read on /post/golang-subtle-pitfalls/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.