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

https://github.com/betarixm/csed434

POSTECH: Advanced Programming (Fall 2023)
https://github.com/betarixm/csed434

postech scala

Last synced: 3 months ago
JSON representation

POSTECH: Advanced Programming (Fall 2023)

Awesome Lists containing this project

README

        

# Advanced Programming

[![CSED434@POSTECH](https://img.shields.io/badge/CSED434-POSTECH-c80150)](https://www.postech.ac.kr/eng)
[![CSED434@POSTECH](https://img.shields.io/badge/Fall-2023-775E64)](https://www.postech.ac.kr/eng)

'Advanced Programming' is a POSTECH's lecture, which covers advanced programming techniques in object-oriented programming, functional programming, and concurrent programming. For programming assignments, we use the Scala programming language which combines all these programming styles. In addition to learning advanced programming techniques, this course covers important techniques in software development such as code review, version control, and testing.