-
Notifications
You must be signed in to change notification settings - Fork 7
Labels
code refactoringCode refactoringCode refactoringenhancementNew feature or requestNew feature or requestrustPull requests that update Rust codePull requests that update Rust code
Milestone
Description
Is your feature request related to a problem?
-
Yes
Problem Description:
This issue is all about code optimization; every component mentioned here works correctly and only needs a code refactoring to reduce repeated code fragments. This issue aims to reduce the amount of repeated lines of code intelligently
Solution:
The ideal solution generalizes repeated BPF programs loading functions, logger initialization, cases, and errors using a shared crate and a Default trait to give a default value at the moment of initialization and to avoid repeating the same code over and over
Sub-issues
Metadata
Metadata
Assignees
Labels
code refactoringCode refactoringCode refactoringenhancementNew feature or requestNew feature or requestrustPull requests that update Rust codePull requests that update Rust code
Type
Projects
Status
In Progress