Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da01392

Browse files
committed
task
1 parent 0cfb3da commit da01392

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

FileManager.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# FileManager
2+
3+
An amazingly useless tool!
4+

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ Each class a different reason for being.
2222
There is a simple file hierarchy for manual testing in the _test_ folder.
2323
You 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

2738
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?
3041
Why is all the input and output factored out into a separate class?
3142

3243
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?
3445

3546
What would you have to do to:
3647

0 commit comments

Comments
 (0)