Skip to content

Naming Conventions

Cyrille edited this page Aug 21, 2023 · 2 revisions

We build a lot of tools. Therefore we need some naming conventions to help us not get confused.

Repositories

Type Convention Example
Analyzer {platform}-analyzer twitter-analyzer
Bot (ETL) {platform}-bot discord-bot
Library {name}-lib-{lang?} core-analyzer-lib, broker-lib-py

Packages

Convention Example
tc-{name}-lib tc-core-analyzer-lib

Clone this wiki locally