once we have decided how to implement a dummy empty contents, we should put it to P\empty.dat or
P\nothing.dat and reference that file from wherever we need an empty content.
this way the dummy implementation is centrally located in a single file and can be adjusted when necessary.
otherwise, it would be repeated in multiple files. this is something which we should avoid.
P\nothing.dat and reference that file from wherever we need an empty content.
this way the dummy implementation is centrally located in a single file and can be adjusted when necessary.
otherwise, it would be repeated in multiple files. this is something which we should avoid.