Software deployment can be seen as a memory management discipline.
MM Concept | Deployment |
---|---|
Object / Struct | FSO |
Construction | Installation |
Pointer | Store path |
Dereferencing | IO Operation |
Dangling pointer | Path that does not exist |
Segfault | -ENOENT |
Garbage collect | Uninstall |