Chevron Left
返回到 Effective Programming in Scala

学生对 École Polytechnique Fédérale de Lausanne 提供的 Effective Programming in Scala 的评价和反馈

4.6
176 个评分

课程概述

Scala is an expressive, versatile, and safe programming language. In this course, you will learn how to get the most out of Scala to solve common programming tasks such as modeling business domains, breaking down complex problems into simpler problems, manipulating data, or running parallel tasks. Along the journey, you will also learn the best practices for writing high-quality code that scales to large applications, how to handle errors, how to write tests, and how to leverage a productive development environment. This comprehensive, hands-on, course aims at leveling up your programming skills by embracing both functional programming and object-oriented programming. You will become familiar with the standard library and the common patterns of code used in the real world. Each week contains about 1h30 of video lectures. Each lecture is a ~10 min video focused on a specific skill or concept. We always start by looking at concrete problems, and then explain how language features or libraries make you more productive to solve these problems in general. Lectures are generally followed by a quiz to assess your progress. At the end of each week, a graded assignment inspired by real-world applications will give you an opportunity to put things in practice. The course covers Scala 3, and it mentions the differences with Scala 2....

热门审阅

SW

Nov 6, 2021

T​he assignments gained in engagement as the course progressed, which added a twist to the challenge and helping to solidify the subjects!

RK

Jun 15, 2021

E​xcellent course, I really enjoyed it! With not a lot of practical experience with FP (yet) it was a bit of challenge at times. But the forum and support was helpful.

筛选依据:

51 - Effective Programming in Scala 的 51 个评论(共 51 个)

创建者 Artur Z

Feb 27, 2022

I would not reccomend that course for beginners. I find this really hard, I had to give u after week 4. And I am not a beginner. Critical moment - when I have discovered, that every test check method I have problem with. I realized, that I will have 100% or 0%, I do not find this fair if I did rest of exercises. I come back to "classic" specialization with Scala2.