File tree 2 files changed +16
-1
lines changed
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.
22
22
There is a simple file hierarchy for manual testing in the _ test_ folder.
23
23
You can use the _ test_ folder for doing simple file manipulations.
24
24
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
+
25
36
## Things to consider
26
37
27
38
Why are the manipulation commands, the things that affect files and folders, in a different class than
@@ -30,7 +41,7 @@ the _file manager_ itself?
30
41
Why is all the input and output factored out into a separate class?
31
42
32
43
Why 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?
34
45
35
46
What would you have to do to:
36
47
You can’t perform that action at this time.
0 commit comments