Book Image

Learning Construct 2

By : Aryadi Subagio
Book Image

Learning Construct 2

By: Aryadi Subagio

Overview of this book

Table of Contents (17 chapters)
Learning Construct 2
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Applying common best practices


As per my experience, I've divided best practices into two big groups:

  • Common best practices: These are the ones you apply on all your projects, no matter how big or small. Not applying them usually won't give a performance hit to your game but can still slow down your project's development.

  • Technical best practices: These are the ones that give a performance boost to your games. These are usually used on big games that require heavy resources or mobile games where there might be technical constraints. Though these kinds of best practices can also be applied to smaller projects, there's little point in optimizing a game that doesn't need to be optimized. Nevertheless, it's still a good practice.

Backing up data regularly

One really important thing to keep in mind is this: your computers might crash when you're working on your project, thus resulting in lost projects. Other things such as flood, fire, or someone stealing your computer can also cause you to lose...