Hi, I have bock to tinker a small file system. A filesystem is in the end, a tree. Normally a B-tree or a (B+)-tree is used to realize a filesystem. I thought why not make the whole thing OOP.
OOP - Build a Filesystem with the „Composite Pattern“
· 8 min read