Commit Graph

5 Commits

Author SHA1 Message Date
joaoviictorti
45c99158b4 docs: Adding documentation for the client 2024-11-01 15:21:19 -03:00
joaoviictorti
9a5ed34ce1 fix: Correcting driver structure error 2024-11-01 13:53:14 -03:00
joaoviictorti
3e51fe4c11 refactor: Refactoring all code to improve documentation and operation of the kernel driver
- Updating module documentation
- Adding new features
- Refactoring all code to improve readability
2024-11-01 13:26:50 -03:00
joaoviictorti
cfc2afbf6b refactor(client): Refactoring the CLI and restructuring modules to improve readability and code organization
- Reorganization of the CLI logic to separate responsibilities and simplify the structure.
- Modularization of functionalities in dedicated structs, promoting encapsulation and reuse.
- Implementation of lazy initialization to avoid unnecessary instance creation.
- Reduced code duplication with the use of auxiliary functions.
- Improved overall readability of the code, making it easier to maintain and scalable.
2024-09-26 20:35:34 -03:00
João Victor
7330488d31 Adding new features to the 'Module' and refactoring the code 2024-09-07 23:33:18 -03:00