© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ahmed Ghanem
Prefixing (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.
<library>_<name> ,
<module/class>_<name>
<library>_<module/class>_<name>