Please bear with my silly question here.
I need some opinion from someone who has been making game or work as a programmer for quite sometimes.
So I have experienced with construct for almost a year now but I don't have any experience with other computer languages and I'm currently try to wrap my head around those things. What I want to know is how you guys pick the right data format (json,xml,array,etc) for your construct2,3 project. Do you choose because of preference over effectiveness? When it comes to storing data, what is your favorite format? Do I have to care or just use whatever I'm comfortable with?
So far, my only trick I know is working on dictionary or array and a bunch of Tokenat which I have no idea if it's a right thing to do.