[off-topic] Funny code comments in Aleph

I have to say @pudo not only created an amazing tool, but also wrote very maintainable code. But part of the joy of working on Aleph is finding his funny comments. Here’s the thread to collect them, I’ll start:

2 Likes

My personal favourite is in servicelayer, where the Worker base class is defined.

class Worker(ABC):
    """Workers of all microservices, unite!"""
2 Likes

just found this: ingest-file/ingestors/analysis/util.py at main · openaleph/ingest-file · GitHub