Seeking Advice on Defining types correctly
Hi everyone,
I'm not sure I'm doing things correctly/optimally
I'd like your advices
I define my types this way:
later in my code, I have
(my message is too long, I need to cut it in two messages)
I'm not sure I'm doing things correctly/optimally
I'd like your advices
I define my types this way:
later in my code, I have
HashMap<Project, Chunk<ApiKeyMetadata>> that I update with a new entry:(my message is too long, I need to cut it in two messages)
