codecharta
codecharta copied to clipboard
Tech: Evaluate a potential Swap to File Blob Methods for Visualization
Tech: Swap to File Blob Methods away from FileReader if possible
Clean code is very important for developing good software and if possible we should consider a swap to blob-based file handling instead of using a native JS file reader.
Description
As a developer, I want to work with clean code so that the code base remains easy to work on and understandable.
Acceptance criteria
- Applicability assessment of blob methods for our cause
- Changing to such methods if possible
Assumptions & Exclusions
Can be closed if not suitable for our case.