Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bentduso/tdt4165-scala-project
A Scala project for the TDT4165 NTNU course.
https://github.com/bentduso/tdt4165-scala-project
ntnu scala
Last synced: 9 days ago
JSON representation
A Scala project for the TDT4165 NTNU course.
- Host: GitHub
- URL: https://github.com/bentduso/tdt4165-scala-project
- Owner: bentduso
- Created: 2024-10-06T18:29:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:57:45.000Z (9 days ago)
- Last Synced: 2024-10-29T15:55:38.293Z (9 days ago)
- Topics: ntnu, scala
- Language: Scala
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDT4165 - Scala Project
Please refer to `tdt4165-scala-project.pdf` for answers to the tasks and questions.
## Project Setup Note
I initially completed the first part of the project in a separate environment using Scala 3.5.1 instead of the
provided skeleton project. This led to challenges when setting up and compiling the tests directly in my project's
test folder. As a result, I am using a newer version of `scalatest` and have opted for `AnyFunSuite` instead of
`FunSuite`. Additionally, I omitted the use of postfix notation in the tests. However, the underlying test logic
remains unchanged.