SS
2019年1月7日
Great course, nicely rounded off the discussions from previous parts. Really puts OOP style programming in context and nicely contrasts it from the functional programming concepts. Highly recommended!
AH
2020年11月28日
Very Challenging course but worth it at all the explanation in the three parts helps you a lot I recommend it for every one wanting to approach better to different programming languages.
創建者 pffy233
•2016年11月20日
excellence experience
創建者 Kevin X
•2016年12月19日
Really impressive!
創建者 郑
•2018年1月10日
very good course!
創建者 Sam R
•2019年1月11日
Fantastic course
創建者 Morton L
•2020年4月4日
Great course.
創建者 Alejandro M
•2016年12月17日
Excellent!
創建者 jani k
•2018年3月28日
exellent
創建者 Abdifatah A
•2017年12月19日
great!!
創建者 UmbraSeven
•2017年9月28日
Great!
創建者 Brandon C I
•2020年3月7日
Again, great course - I was a little bit shaky on the Ruby, but to be honest this was my first real dive into what OOP is "really like" (as far as I can tell). I was also impressed by how certain important concepts from Part B were also tested towards the end (e.g., streams). I also enjoyed the material on subtyping towards the end; it makes you actually want to be interested in implementing a small language like that someday. The only caveat I must mention (and what the missing star is due to) is that, I had a little trouble on my Linux machine getting a version of Tcl/Tk to work with my installation of Ruby, since Ruby doesn't accept the latest (packaged) version of Tcl/Tk. I also had trouble with Jruby, and in the end opted to manually install older versions of Tcl and Tk. But I think the Tetris experience was worth it :) That whole little sidetrack actually also turned me on to the possibility of how PLs use graphics libraries in general, so let's see where that leads...