Choosing the Right Data Types

It’s not just about the best match of requirements

Ben Weidig
Level Up Coding
Published in
8 min readJun 8, 2020

--

Photo by Siora Photography on Unsplash

Every time we create a new data structure, we have to decide which data types to use. Usually, the decision is simple: text most likely will become a String, non-floating-point numbers will be int, and so forth.

Most of the time, these almost subconsciously-made decisions will suffice. But to design…

--

--

Software developer, entrepreneur, blogger. Mostly Java, sometimes Swift, Golang, Bash and all the other fun stuff.