huawei-noah/SMARTS
Review specificity of `Exception` catches within SMARTS
Ouverte
#1 158 ouverte le 8 déc. 2021
documentationgood first issueinvestigationrefactor
Métriques du dépôt
- Stars
- (1 129 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Is it a problem? Please describe.
Exception catching has smothered issues within the project.
Describe the solution you'd like
A review of the smarts directory code for all instances of Exception catches to ensure that exception catches response is specific to the exception that has been thrown.
Additional context https://github.com/huawei-noah/SMARTS/pull/1156