We have an internal song array which contains internal info including the path of the file.
Need an another array with just the public information.
I am thinking about making it like this
internal song object {
internal info 1:
internal info 2:
public info : {}
}
public info
internal song object contains public info object to save memory
What do you think?
We have an internal song array which contains internal info including the path of the file. Need an another array with just the public information. I am thinking about making it like this
internal song object { internal info 1: internal info 2: public info : {} }
public info
internal song object contains public info object to save memory What do you think?