Keith Rozario

46%
Flag icon
File deletion provides another example of how errors can be defined away. The Windows operating system does not permit a file to be deleted if it is open in a process. This is a continual source of frustration for developers and users. In order to delete a file that is in use, the user must search through the system to find the process that has the file open, and then kill that process. Sometimes users give up and reboot their system, just so they can delete a file. The Unix operating system defines file deletion more elegantly. In Unix, if a file is open when it is deleted, Unix does not ...more
This highlight has been truncated due to consecutive passage length restrictions.
Keith Rozario
Unix vs Windows file exceptions
A Philosophy of Software Design
Rate this book
Clear rating
Open Preview