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
Update previously generated documentation in case of data type change or renaming
This also makes a good case for the improved document writer and the suggested use of a data structure in #1
[05.05.2024] Update:
#53 untangles the API and uses dictionaries as required by this PR
[31.03.2024] Update:
This will require a complete re-write of the code - the following should be implemented:
Use dictionary instead of lists to store interfaces. This will allow us to access by name instead of index, which is useful for the update verb
Seperate interface reading from the document writer. I had to create a DocWriter object inside the update method in order to get the node's interface, which is not clean.
The text was updated successfully, but these errors were encountered:
A new verb 'update' could be useful in two cases:
This also makes a good case for the improved document writer and the suggested use of a data structure in #1
[05.05.2024] Update:
#53 untangles the API and uses dictionaries as required by this PR
[31.03.2024] Update:
This will require a complete re-write of the code - the following should be implemented:
The text was updated successfully, but these errors were encountered: