You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: