Hi, I'm working a project and I want to create a package for using to manage user's data, but what should be name of this package? I created a data directory for storing data of users. and I can't use "data" name for this module or package because data directory is created for storage.
Thanks.
(Dec-05-2017, 08:08 PM)nilamo Wrote: [ -> ]user_management
?
thanks for answer. which name do you use for this ? do you use
user_management
?
I decided to use
datamng
is it good ?
It's just a name. It's one of the least important aspects of a projects, as you can just change it later lol.
That said, datamng
doesn't really say what it does, aside from doing something to some sort of data.