BHoM / BHoM/MidasCivil_Toolkit

Replacing Delete Methods

Open
#309 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.