BHoM / BHoM/MidasCivil_Toolkit
Replacing Delete Methods
Open
type:efficiencyimprovement
- Dominant language
- C#
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
#### Description:
Deletion and recreation of files method within the code can be replaced with methods to overwrite the files instead "hopefully" improving performance.
#### Steps to reproduce:
Not applicable.
#### Expected behaviour:
Reduction in runtime.
#### Test file(s):
Contributor guide
Research direction
Start by locating the code paths that delete and recreate files, then inspect how those operations are used and measure their runtime. Confirm which file operations can be replaced without changing behavior, and validate completion by demonstrating the expected runtime reduction with relevant tests or benchmarks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100