berops / claudie

Cloud-agnostic managed Kubernetes
https://docs.claudie.io/
Apache License 2.0
600 stars 41 forks source link

Chore: Remove utils package #1551

Open Despire opened 1 week ago

Despire commented 1 week ago

Description

The current utils package in our repository has become an antipattern that undermines the clarity and maintainability of our codebase. This issue proposes its removal and the refactoring of its contents into more appropriately named packages that reflect their specific functionalities.

ref: https://go.dev/doc/effective_go#package-names

Exit criteria