An open API service indexing awesome lists of open source software.

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!

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
```