Skip to content

refactor: this is a big refactor to unify and simplify the codebase. … - #59

Merged
TobiasGleiter merged 1 commit into
mainfrom
refactor-equipment
Aug 22, 2026
Merged

TobiasGleiter merged 1 commit into
mainfrom
refactor-equipment

Conversation

@TobiasGleiter

Copy link
Copy Markdown
Contributor

…This was necessary because of the use of AI without always proper oversight and unnecessary nesting.

The following has changed. Moved warehouse locations, manufacturers, and categories into the internal folder. Made use of the sqlc overrides to override domain types such as Milliwatts to avoid custom mappers which means less handwritten code. Moved ksuid into uid package and let the domain layer create the uid. The handler must not know about this. Renamed reRender() to fail(). Simplify GetFiltered, GetAllFiltered, and List into one equipment.List func. Added constuctor methods BadRequest, InternalServerError, and NotFound for the httperr pkg to handle generic errors and reduce handler boilerplate. Moved VAT into its own type. Unify form.go to use Parse() and Validate() funcs.

Learnings are: Refactoring takes more time than writing less code and think longer about the acutal implementation. Dont rush for features, make sure the code is reliable and as small as possible. Dont take the linter to serious for cyclomatic complexity, sometimes its okay and go on. Ai is great and combined with small changes even better. Large changes, such as these should be very rare in future.

…This was necessary because of the use of AI without always proper oversight and unnecessary nesting.

The following has changed. Moved warehouse locations, manufacturers, and categories into the internal folder. Made use of the sqlc overrides to override domain types such as Milliwatts to avoid custom mappers which means less handwritten code. Moved ksuid into uid package and let the domain layer create the uid. The handler must not know about this. Renamed reRender() to fail(). Simplify GetFiltered, GetAllFiltered, and List into one equipment.List func. Added constuctor methods BadRequest, InternalServerError, and NotFound for the httperr pkg to handle generic errors and reduce handler boilerplate. Moved VAT into its own type. Unify form.go to use Parse() and Validate() funcs.

Learnings are: Refactoring takes more time than writing less code and think longer about the acutal implementation. Dont rush for features, make sure the code is reliable and as small as possible. Dont take the linter to serious for cyclomatic complexity, sometimes its okay and go on. Ai is great and combined with small changes even better. Large changes, such as these should be very rare in future.
@TobiasGleiter
TobiasGleiter merged commit 04cb540 into main Aug 22, 2026
1 check failed
@TobiasGleiter
TobiasGleiter deleted the refactor-equipment branch August 22, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant