ahrefs/atd

atdd: generate .di files

Opened this issue · 0 comments

  • Hide implementation by generating .di files containing the type definitions and interface.
  • Put the rest of the implementation in .d files.

Right now when working with files generated with atdd, we do not care about all the functions that are only there for serialisation or deserialisation purposes. That would help simplify the generated code quite a lot.