• Home  / 
  • Unity3D
  •  /  Delaying Decisions in Code and Project Architecture

Delaying Decisions in Code and Project Architecture

When is the right time to make code decisions about your project? Should you go with sql or json? Should you use a tight system or something more generic? When do you decide??? I prefer the last possible second! See why 🙂