Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 850 Bytes

README.md

File metadata and controls

50 lines (36 loc) · 850 Bytes

Blackboard-Submissions

Software engineering tools and practices homework assignments

HW1: Self Introduction

(as of January 2023)

HW2: Make

Make, Build Tools, and Shell Programming

  • make all
  • make build
  • make clean

(zipfile included)

HW3: IDE

Chrome Developer Tools

HW4: Shell Commands

Basic shell commands

HW5: Git 1

Basic Git commands

  • git clone
  • git pull
  • git add/commit/push

HW6: Git 2

  • pull request
  • commit hash
  • create a tag

HW7: Doxygen

File list and member function documentation

HW8: Static Analysis Tools

Cppcheck vs Doxygen (zipfile included)

HW9: Unit Testing

Writing test cases and debugging

HW10: Valgrind

Memory allocation and leakage (zipfile included)

HW11: UML

Assignment Sheet here (optional, no points)