kurator icon indicating copy to clipboard operation
kurator copied to clipboard

Improve code by adding length limits to API name functions

Open Xieql opened this issue 1 year ago • 3 comments

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:

  1. See how mainstream projects do this
  2. Check if there are any issues in various components in Kurator

Xieql avatar Jan 09 '24 01:01 Xieql