© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
D. Pollak et al.Beginning Scala 3https://doi.org/10.1007/978-1-4842-7422-4_13

13. Testing Your Code

David Pollak1  , Vishal Layka2 and Andres Sacco3
(1)
San Francisco, CA, USA
(2)
Bruxelles, Belgium
(3)
Ciudad Autonoma de Buenos Aires, Argentina
 

Testing your code before launching it in production is a way to fix any error that you introduced when you developed a new feature. As you know, testing is a topic that has an incredible number of articles, talks, and discussions around different ways to write tests with the idea of reducing the complexity and increasing the coverage of your code.

Nowadays most developers spend a lot of time developing a new feature or solving ...

Get Beginning Scala 3: A Functional and Object-Oriented Java Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.