May be there is something implemented in the latest development
I found this wiki where there are some ideas but not sure if there is something implemented
https://wiki.lazarus.freepascal.org/Namespaces#Suggestion_3_-_directory_layout
No, the above suggestion is a loose 3rd party remark, and not one that shows intimate familiarity with how the Pascal unit system works. The remark is not from one of the language developers, and will be very hard to implement, with many issues for backwards compatibility, so it is not realistic to expect this to be ever implemented.
Thank you, marcov
for explaining about the
https://wiki.lazarus.freepascal.org/Namespaces#Suggestion_3_-_directory_layoutI just found this document and it looked a big one, not sure if there is something inside that is valuable to me.
I can continue using the namespace in the file name,
but now I have a lot of files starting with same text.
For example 20 files starting with MyNamespace.xxx which is not a big problem I can say
but for me it will be much nicer to have the shorter names and easy to read an search these names.
I was thinking that the namespace will be another level of grouping the units (if we look more abstract on the code).
Now they are grouped by folder(tree) structure. (Or lets say every file is Tagged as part of folder. Like "folderspace" lets say)
And now it comes another grouping - namespace, and it doesn't have anything to do with the filesystem (filename)
Later the programing world can come up with third Tag - for example some special space. It will have nothing in common with filesystem too.
So, this was what I'm asking - will the namespace will be removed from the file name.