git

Tools

Preface: For programming in this class, you will want to have good tools. Good tools make programming easier, and let you focus on the (more fun and interesting) content. You will also need to have tools to work with GIT for source control as this will be our mechanism for handing in assignments. Some ideas on how to install the recommended tools (on Windows) are provided at Software. Overview of Programming Tools for CS559 In CS559, you will do a substantial amount of JavaScript programming. Read more…

Git and GitHub in CS559

In CS559 this semester, we will use GitHub as a mechanism for distributing framework code (the starter code for assignments) as well as to have students hand in their assignments. If you’ve never used GIT, some of this might not make sense yet, since we are using GIT terminology. See “Learning GIT and GitHub” below for help in getting started. Learning enough about GIT is a requirement for the class. Technically, knowing the basics of GIT is a pre-requesite (since it is covered in CS400). Read more…