Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Remove redundant type information throughout the codebase #859

Open
jalextowle opened this issue Jul 9, 2020 · 1 comment
Open

Remove redundant type information throughout the codebase #859

jalextowle opened this issue Jul 9, 2020 · 1 comment
Labels
good first issue Good for newcomers tech debt A code quality issue is not urgent but could cause problems down the line if not addressed

Comments

@jalextowle
Copy link
Contributor

There are many places throughout the codebase where redundant type information is included in the creation of a struct. This causes style errors to be logged in vim-go, and it would be nice to alleviate the extra verbosity of these statements.

A bonus would be to enable a check on this in the linter.

@jalextowle jalextowle added good first issue Good for newcomers tech debt A code quality issue is not urgent but could cause problems down the line if not addressed labels Jul 9, 2020
@justanotherfreak
Copy link

justanotherfreak commented Jul 4, 2021

Hi @jalextowle, I would like to work on this issue. Can you please provide one or two examples of such redundant type information in the code?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers tech debt A code quality issue is not urgent but could cause problems down the line if not addressed
Projects
None yet
Development

No branches or pull requests

2 participants