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

Usage of uint #72

Open
exectails opened this issue Jan 17, 2025 · 0 comments
Open

Usage of uint #72

exectails opened this issue Jan 17, 2025 · 0 comments

Comments

@exectails
Copy link

Hi there. I was wondering what the reasoning for using unsigned integers was and whether you've considered using signed integers instead. While uints communicate well what the intended or possible values of a variable are, it's a somewhat unusual type to see in C#, where signed ints and longs are usually preferred. When integrating DotTiled with other C# libraries in particular, you have to cast a lot, which can be a bit bothersome. As such, I would suggest changing the types. What do you think?

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

No branches or pull requests

1 participant