学生对 University of California, Irvine 提供的 Getting Started with Go 的评价和反馈
课程概述
热门审阅
JP
Apr 4, 2020
Great intro. If you already know the basics, you probably don't need this course though. Not much of a deep dive, more of a "skim the surface" type course. Week 4 on IO was the most beneficial for me.
HS
May 31, 2020
some of the best, clearest, easiest to understand explanations I've ever come across. Other computer science instructors should do this course. not for them to learn Go, but to learn how to explain.
451 - Getting Started with Go 的 475 个评论(共 612 个)
创建者 Amir S
•Jan 21, 2021
It is a good introduction. But there are some minor mistakes in the presentation and the assignments some times are ambiguous, requiring us to use features of the language that have not been taught yet like buffered IO.
创建者 Brian U M F
•Jul 23, 2022
This is a good course if you already know how to program, especially C or Python.
If you like to make your own research and not to be contained all content within the course, you will find it challenging and enjoyable.
创建者 Ivan B
•Jan 28, 2019
The course is quite short and informative, and quite fast-paced because of it. This is good. The downside is that in some of course tasks the description is quite misleading and there is no feedback from the creators.
创建者 Jeremiah M
•Oct 9, 2019
This is a solid overview of Golang. I would recommend doing this alongside personal projects or other books. The assignments don't offer the complexity to really get into why one would use Go over any other language.
创建者 Robert M L
•Sep 7, 2022
I'm happy I took this course. It was a bit basic and not too much philosophy. This is both good and bad. But, I did learn some things. I'm continuing with the other two courses in the golang series.
创建者 Andrei S
•Jul 15, 2020
Peer review of assignments may be slow and not consistent. Reviewers also do not leave meaningful feedback. It would be much better to make automatic check of programming assignments.
创建者 Dmitri I
•Mar 26, 2025
The course is nice, but assignments can only be passed by being reviewed by unqualified peers. That's why I quit. Just implement some tests to evaluate student assignments.
创建者 Shlomi S
•Feb 8, 2020
The instructor is great! The course was a bit too basic in my opinion, and even though it targets experienced developers, some basic concepts were explained for too long.
创建者 Jason K
•Nov 18, 2020
Some of the assignment instructions were unclear. The one that people were most confused about was read.go, but there were others, as I could see from the discussions.
创建者 Tim C
•Jun 15, 2020
Ok general introduction, some of the code was hard to follow along with because it wouldn't compile as typed, which was a bit confusing, but eventually figured it out.
创建者 Anh D
•Oct 30, 2019
Current version of Golang is 1.13. The section about project structure and workspace should be updated because now we can use Go module to manage source and packages.
创建者 Ali S K
•Mar 10, 2023
Very good course to getting started with Go. Easy to understand and good assignments for the beginning. Peer-grading the assignments is a point which i don't like.
创建者 Frank H
•Mar 21, 2022
Would be nice if there were some demo code in *files* specifically that we could download and run? That might be helpful since all demo code given were in snippets.
创建者 Anaet H R
•Jan 5, 2020
The course as a beginner will be confused. If you don't have Prior Programming experience then it will be hard to understand the course. Otherwise a Great course.
创建者 Cristian I A C
•Jan 11, 2022
I think you should explain more about how to code with examples, I didn't have a problem because I have a lot of experience but the new developers will have it.
创建者 Ronaldo V
•Jul 19, 2020
As a experienced developer wanting to delve into Go, I found the content great. If the assignment descriptions were less ambiguous, this would be a 5 star.
创建者 daniel b
•Sep 5, 2021
Good, but I had to learn from other resources how to manage my source files, packages and go modules, it would've been nice to have this in the course
创建者 Michael K
•Feb 7, 2021
Great Course, really enjoyed the lectures! I think the assignments may need to reviewed and made slightly more detailed as there are some ambiguities.
创建者 Vaibhav K
•Oct 2, 2020
It was a good course but I found out that at one place, syntax was wrong and for complete code I was forced to look up on the internet many times.
创建者 Christopher B
•Jul 3, 2020
Needs updating. Should point to the Go Language's stdlib documentation. I liked how it kind of let you discover how to write the assignments.
创建者 Jamie P
•Aug 15, 2019
Course is good. Peer reviews aren't great. You could have a bot do what other students do. I'd prefer someone experienced to mark my work.
创建者 Yukihiro F
•Apr 26, 2023
サンプルコードで結構大事なところを間違っていたりして、全体的に作り込みは甘い印象。
単純なプログラミング課題なのにピアレビューの形式を採用しているのはマイナス。
イラつくところもあるがGo言語の基本は学べる。
Go言語と直接関係のないビデオは、興味が無ければ飛ばすと良いだろう。
创建者 Mark B
•Apr 14, 2024
Fast introudction to the basics of GO. The instructions for the assigments are at times very vauge in terms of what is being requested.
创建者 Rashmil P
•Jun 19, 2020
The course was really helpful the only thing is it would be great to cover how to take inputs from the user in various formats.
创建者 Saloni B
•Nov 6, 2020
Peer reviews are sometimes incorrect. One should have an option to get it reviewed again or challenge the already done review.