MaibornWolff / codecharta

CodeCharta visualizes multiple code metrics using 3D tree maps.
https://maibornwolff.github.io/codecharta/
BSD 3-Clause "New" or "Revised" License
189 stars 29 forks source link

Remove redundant dependencies in analysis #3036

Closed friedrich-roskosch-mw closed 3 months ago

friedrich-roskosch-mw commented 2 years ago

Feature request

Description

As a developer, I want fewer dependencies in my projects so that redundant functionality is removed and attack surface is minimized. For example, we have a lot of dependencies/libraries for handling json files and content, maybe we can switch to one single library and use all of its functionality.

Acceptance criteria

Assumptions & Exclusions

In our Weekly on the 13th of September 2022 we decided that this should be an ongoing task, rather than one "big" issue.

Development notes (optional Task Breakdown)

Open questions

ChristianHuehn commented 3 months ago

I will pull this out and look for a better place to store it, so that we will keep in in mind when developing CC further.