modules

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
No due date
0% Completed
#4 opened 2024-05-26 23:25:14 +02:00 by djmil
#1 opened 2024-05-26 18:15:06 +02:00 by djmil Testing