Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 496 Bytes

Scala Fundamentals

Course material

IntelliJ IDEA Community Download Link

https://www.jetbrains.com/idea/download

Module wise codebase

Module 03: Understanding Object-Oriented Scala.
git checkout -b m3-object-oriented-scala origin/m3-object-oriented-scala
Module 04: Working with Basic Types
git checkout -b m4-types origin/m4-types
Module 05: Working with Functions and Closures
git checkout -b m5-functions origin/m5-functions