And you thought the App trait is just a convenient way of creating an executable Scala program
Reading Time: 3 minutes Ok, Let’s start discussion about the App trait uses in our code segment. Here I will try to demonstrate some use cases for the better use of App trait in our Scala code. To read more about the App trait you can refer to the documentation here Let’s go with our daily uses of App trait 🙂 Just want to print something on console: object Continue Reading