CommentNov 20, 20178Prefixing (well, affixing) is really the only option. Some patterns you'll see are <library>_<name> , <module/class>_<name> , <library>_<module/class>_<name> . Your scheme is perfectly reasonable.How to avoid naming conflicts ?