scala-tutorials
scala-tutorials copied to clipboard
the newer versions support a number of specs, including funspec, that we could use in the functional tutorial of scala
many of the files in the project fail scalafmt check. Here is the list of the offenders: ` /home/kayvan/dev/workspaces/workspace-blog/scala-tutorials/scala-strings/src/test/scala/com/baeldung/scala/strings/interpolation/strings/interpolation/CustomInterpolatorObjTest.scala isn't formatted properly! [warn] /home/kayvan/dev/workspaces/workspace-blog/scala-tutorials/scala-core/src/test/scala/com/baeldung/scala/ControlStructuresDemoUnitTest.scala isn't formatted properly! [info] Checking 7...
The build script is not [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) Since the project is a `tutorial`, I feel it is very important to make sure the project and all project code are in good...
SCALA-249: Adding Unit Test for ListMap Operations