Tools for 559
An overview of recommended tools for doing the programming assignments in this class. You will need a web browser, a GIT client, an IDE or text editor, and a local web server.
Read more…
We recommend using Visual Studio Code (VSCode) for doing the programming assignments in CS559.
Read more…JavaScript does not require you to declare the types of your variables, function arguments, objects, object properties, or much of anything. However, if you give it some hints as to what you expect (as comments in your code), you can help a reader understand your program, and software tools find mistakes.
This page describes some programming practices that are recommended for CS559.
Read more…Instructions on how to get Copilot Pro for free as a student.
Read more…Instructions on how to setup GitHub Copilot so that it gives suggestions in VS Code.
Read more…