Places to store content
Since you should never hardcode content in apex, here are some alternatives places to store it:
1. Custom Settings
The main and current location to store data. Custom Settings are like custom objects used by the system. You can create custom fields and access them from most places (like flow).… Read the rest