课程: Go Practice: Concurrency

A tour of CoderPad - Go教程

课程: Go Practice: Concurrency

A tour of CoderPad

- [Instructor] This course uses automated code challenges. Once you click on a challenge, you will get a screen similar to this one. We recommend using a desktop browser, but the LinkedIn mobile app should work as well. Let's look at what we have. On the top left, we have the instructions. Currently, you don't see anything, but for every challenge you get, there will be detailed instructions about what you do. On the bottom left, there is the console output, and this is empty now, but once we click on the test my code, you're going to see results. On the right, you have two code editors. The top one is the one that you write your code. Here we have some functions in go, and you actually need to convert this function to work concurrently and not sequentially. And on the bottom right, there is the test code. You usually don't touch that, but you can play around with the URLs for testing the code. Once you're done, you can click on test my code, and then it's going to run your code and validate it, and you can see now that the code has failed because we didn't solve anything. You can also drag the handlebars if you want to remove or resize these sections of the code. When you finish the code challenge, you want to go back to the course table of content and click on the next video to see my solution.

内容