Where to put custom const XML_PATH_XYZ?

Whats the right place for custom config path constants?

  const XML_PATH_ ....

In Magento they are spread over different classes. Blocks. Models. Helpers. It seems they are set, where they are used, but it looks inconsitent.

Isn’t it best kept in SomeModuleHelperData?