Should developers follow any particular guidelines regarding extension identifiers?
For example, is developer_name.extension_name an acceptable id? Or should it have at least 3 components like for example developer_name.tools.extension_name?
Hi @jordio. Two levels of namespace perfectly fine. The key is to aim for a unique top-level name so that it doesn’t clash with extensions authored by others. This is similar to the naming conventions for python packages.