Skip to content

Commit

Permalink
Extend the idea of using the log instead of crashing in TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Claessens committed Jan 16, 2016
1 parent da6f9b0 commit fd976d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ TODO
- make a version with no graphical interface. One should be able to do the backup even from the most basic debbootstraped USB stick.
- symlinks are ignored. That should be optional. See also the todo about printing the log file.
- include this TODO.txt in the manual.

- Before to exit the program, we should print the log file. Many "throws" could be silently caught during the execution and produce a warning in the log file.
The Logging class is more or less done for this purpose.

example : excluding a non-existing directory should be very clearly notified to the user.
- When one deletes a HashTable, it deletes the values. Is it a good choice ? That's what I need in my use case, but ...
- When the configuration file is wrong or empty, we have a stupid crash instead of a well done error message.
- crash on "permesso negato" su ~/core

0 comments on commit fd976d9

Please sign in to comment.