Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert point from int64 to int #195

Open
artasparks opened this issue Jan 4, 2021 · 0 comments
Open

Convert point from int64 to int #195

artasparks opened this issue Jan 4, 2021 · 0 comments
Labels
Difficulty:Kyu Single Digit Kyu Level: Describe well-scoped problems / bugs that require some experience.

Comments

@artasparks
Copy link
Member

Currently point uses int64. This is overkill and also makes iteration more annoying: https://stackoverflow.com/questions/34811167/can-i-make-the-index-int64-in-golangs-for-range-iteration

Int64 is massively overkill for golang points, so there's no reason we need to continue using int64. Oversight on my part when I originally created the struct.

@artasparks artasparks added the Difficulty:Kyu Single Digit Kyu Level: Describe well-scoped problems / bugs that require some experience. label Jan 4, 2021
@TrevorPeters TrevorPeters self-assigned this Feb 6, 2021
@TrevorPeters TrevorPeters removed their assignment Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty:Kyu Single Digit Kyu Level: Describe well-scoped problems / bugs that require some experience.
Projects
None yet
Development

No branches or pull requests

2 participants