DocWire new release 2024.11.23
Krzysztof Nowicki
Posted on November 25, 2024
Newest release introduces improvements to the DocWire SDK's codebase, focusing on enhancing code organization, modernizing features, and optimizing compilation times.
Refactor :
Extracted implementations of data_source methods from data_source.h into data_source.cpp and model_chain_element methods from model_chain_element.h into model_chain_element.cpp, to improve compilation times and code organization.
Separated logging functionalities from various classes and moved them into dedicated files (log_data_source.h, log_file_extension.h, log_tags.h), enhancing modularity and maintainability.
Removed unnecessary include directives from multiple files to reduce dependencies and improve build performance.
Ensured consistent use of modern C++ features like "override" for better code practices.
Removed unnecessary include directives from multiple files to reduce dependencies and improve build performance.
Ensured consistent use of modern C++ features like "override" for better code practices.
Posted on November 25, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.