Articles written by Andrea Rinaldi

Andrea Rinaldi Andrea Rinaldi avatar

9 minute read

Introduction

Operators are useful constructors and they are present in most programming languages. They are fundamental for many operations and in this article we will provide an overview to better understand their properties.

This article is the first in a series of two about operators. Here we will make an overview of the main operators’ properties and in the next one we will discuss about some custom operators that we use in our production code.