Introduction to Scala Challenge
Description
In this lab challenge, you will need to prove your knowledge of the Scala programming language by leveraging the basics and common entities that Scala offers such as traits, classes, and functions.
The objectives you will need to achieve represent essential skills that a software engineer focused on functional programming paradigm needs to have. You'll be given a desired end state and be required to reach it using your knowledge of Scala. This lab challenge simulates building a solution in a real-world scenario. As with any real-world scenario, this lab will not guide you through the steps needed to complete it.
Before attempting the challenge, we strongly recommend completing the following Scala labs:
- Understanding Basic Scala Elements for Functional Programming
- Starting using Recursion with Scala
- Creating and Handling Classes and Hierarchies in Scala
- Introducing Generics for Classes and Functions in Scala
Updates
April 20th, 2023 - Updated theia to enable autosave
Prerequisites
- Good knowledge of Scala
Intended audience
- Software engineers, especially those focused on functional programming
What will be assessed
- Your ability to use Scala
- Particular aspects to the parts related to the functional programming