File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # FileManager
2+
3+ An amazingly useless tool!
4+
Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ Each class a different reason for being.
2222There is a simple file hierarchy for manual testing in the _ test_ folder.
2323You can use the _ test_ folder for doing simple file manipulations.
2424
25+ ## Your task...
26+
27+ You should create a page of documentation in the [ Help for FileManager] ( FileManager.md ) describing how you use
28+ each of the commands the program provides.
29+ You can use [ Mastering Markdown] ( https://guides.github.com/features/mastering-markdown/ ) to learnmore about what
30+ mardown is and how you use it to write markdown files.
31+ Learn more about it at [ Wikipedia : Markdown] ( https://en.wikipedia.org/wiki/Markdown ) .
32+
33+ Write a short summary of what each command does and how it is used.
34+ Edit the [ Help for FileManager] ( FileManager.md ) file.
35+
2536## Things to consider
2637
2738Why are the manipulation commands, the things that affect files and folders, in a different class than
@@ -30,7 +41,7 @@ the _file manager_ itself?
3041Why is all the input and output factored out into a separate class?
3142
3243Why is Copy/Move in the same method? What about the two operations are so much the same?
33- How would you separate them? Would it make it more understandable or less to spearate them?
44+ How would you separate them? Would it make it more understandable or less to separate them?
3445
3546What would you have to do to:
3647
You can’t perform that action at this time.
0 commit comments