https://github.com/hhimanshu/scala-fundamentals
Learn Scala Fundamentals by creating a working bank!
https://github.com/hhimanshu/scala-fundamentals
scala scala-fundamentals
Last synced: 5 months ago
JSON representation
Learn Scala Fundamentals by creating a working bank!
- Host: GitHub
- URL: https://github.com/hhimanshu/scala-fundamentals
- Owner: hhimanshu
- Created: 2018-08-06T14:26:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T21:21:16.000Z (almost 7 years ago)
- Last Synced: 2025-05-02T09:48:43.727Z (8 months ago)
- Topics: scala, scala-fundamentals
- Language: Scala
- Homepage: https://www.pluralsight.com/courses/scala-fundamentals
- Size: 72.3 KB
- Stars: 15
- Watchers: 6
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scala Fundamentals
Course material
## IntelliJ IDEA Community Download Link
https://www.jetbrains.com/idea/download
## Module wise codebase
##### Module 03: Understanding Object-Oriented Scala.
```bash
git checkout -b m3-object-oriented-scala origin/m3-object-oriented-scala
```
##### Module 04: Working with Basic Types
```bash
git checkout -b m4-types origin/m4-types
```
##### Module 05: Working with Functions and Closures
```bash
git checkout -b m5-functions origin/m5-functions
```