Skip to content

Usage of uint #72

@exectails

Description

@exectails

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    readyIn the dev branch, but not yet on master (not available as a package)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions