kurator
kurator copied to clipboard
Improve code by adding length limits to API name functions
What would you like to be added:
In our code, we have many functions to create API object names.
But API names have a length limit, and our code sometimes doesn't think about this.
We need to make our code stronger by putting limits on these functions.
Suggestions:
- See how mainstream projects do this
- Check if there are any issues in various components in Kurator