When to use int, const int or define

The only one not to use is the naked int. This uses up precious RAM space.

const int or #define should be fine.