People-Places-Solutions/floodmodeller-api
View on GitHubConsolidate shared functionality between `IEF` and `XML2D`
Open
#146 opened on Jan 7, 2025
good first issuerefactor
Repository metrics
- Stars
- (42 stars)
- PR merge metrics
- (PR metrics pending)
Description
There are some pieces of code that are identical between IEF and XML2D, for instance the _update_progress_bar method. These should be extracted into a shared function to avoid unnecessary duplication. Other methods like simulate might also have some partial duplication that should be dealt with.