data-prep-kit icon indicating copy to clipboard operation
data-prep-kit copied to clipboard

Develop a new module that identifies and masks large variable initializations in code files.

Open sapthasurendran opened this issue 7 months ago • 1 comments

Search before asking

  • [X] I searched the issues and found no similar issues.

Component

Transforms/Other

Feature

Create a new module that identifies and masks large variable initializations in code files, specifically designed to improve the quality. The new module should:

  1. Identify Large Initializations: Detect variable initializations that exceed a predefined threshold of lines or characters.
  2. Mask Identified Sections: Replace the detected large initializations with a placeholder.
  3. Provide Configuration Options: Allow customization of the threshold for what constitutes a "large" initialization and the format of the masking

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

sapthasurendran avatar Jul 05 '24 09:07 sapthasurendran