Actions
Task #3269
closedRefactor program parameters into class
Start date:
10/15/2015
Due date:
% Done:
100%
Estimated time:
Description
Currently, each argument received from the command-line is saved into an independent freestanding variable. Instead, each variable should be stored in a ProgramOptions class that can be passed to the Mini-NDN execute method.
Updated by Vince Lehman about 9 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 90
Updated by Vince Lehman about 9 years ago
- Status changed from Code review to Closed
- % Done changed from 90 to 100
Actions