-1

I am having a problem to decide on which folder to put the app and delegate in.

My project structure is like this. enter image description here

Should I create a folder for each of them with their names or create a folder called "Supporting files" ? Can someone give me an advice ?

1 Answers1

1

I usually keep them in my root folder as the rest of the app goes into their own folders.

This is a question of preference I believe that there is no wrong answer here as long as the code inside the files is correct.

Pedro Cavaleiro
  • 835
  • 7
  • 21