Update: although the Atom editor works, I will be using the Visual Studio Code editor in the future. You can go here to view the installation: • Installing Visual Studio Code for Dar... . Although Visual Studio Code is different, it should be similar enough that you can easily follow along. If I am incorrect about that, please let me know in the comments, and I will do my best to address any missing information. Once you install VSC and become familiar with it, please go to my other series: Learn to program in Dart, and start at lesson 11, learning about Sets.
• 01 Learn to Program in Dart: the Dar...
__________
In this video, we go over the basics of the Atom Editor, package management, file structure. This is intended as being basic and just enough to use the program. We will go over more concept details in the future with the Dart Editor, which we should be able to apply to the Atom editor.
This is the end of the Computer Programming for Beginners series. For a continuation of the learning process, please refer to the Learn to Program in Dart series link below. If there are any significant differences between the Dart and Atom editors that do not make sense, please leave a comment in the comment section.
• 11 Learn to Program in Dart: Sets, Void