Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Latest commit

 

History

History
49 lines (26 loc) · 2.15 KB

Polish.md

File metadata and controls

49 lines (26 loc) · 2.15 KB

Polish

Git

Source Control - Use It.

Resources
  • Git Intro - Slides from an MH Lightning Talk.
  • Learn Git Branching - Game that teaches git basics with useful visualizations.
  • Git On UMich-CAEN - Great for EECS projects, moving code to and from a local machine, and preventing code loss.
  • Pro Git - Scott Chacon's excellent book (under a CC license) that starts as a great primer, and then moves to explore in detail various facets of git.
  • Git Ignore Generator - Create useful .gitignore files for your project.

Design

Pay attention to how things look! It's important.

Resources

Deployment

If You Love Your Projects - Set Them Free!

Resources

Unit Testing

Test Your Code!

Resources