equinor / completor

Advanced multi-segmented well completion tool
https://equinor.github.io/completor/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Create constants for values/content/literals #86

Open Aleksander-Karlsson opened 4 months ago

Aleksander-Karlsson commented 4 months ago

Description

Clear and concise description of what the feature is about. Hard-coded strings like "OA", "GP", "PERF" etc, reoccur a lot. Create a class for these values/literals so they can have better names and be more reusable.

Business/User Value

The real value for the feature suggested, why it is needed? Code quality, readability.