• modules

    0%
    3 Open
    0 Closed
    Updated 2024-07-11 23:09:55 +02:00
    No due date

    Module - is a building block for complex projects. Usually implemented as an independent folder within project build tree, representing static library.

    Modules has to define a way of dealing with:

    • interface abstraction
    • implementation (s)
    • logs and/or metrics collection
    • mocking
    • unit & system tests