Previous Lecture | Lecture 12 | Next Lecture |
Lecture 12, Thu 11/09
finish up ports, then some decorator pattern stuff
Continuing with code from this repo:
Hard code the port number? Bad idea. Instead, command line arg, or environment variable.
Then discuss:
Finally, static analysis…