CODE RUB: Clean CreateRandomFileId
Opened this issue · 1 comments
sulton-max commented
Does AI file Id pattern matter ? I mean we don't have validation for that in our foundation layer with AIFileService
. But when creating RemoveFileById
in orchestration layer, I created this method to create random AI file Id.
Now I think I have overcomplicated it, because that pattern may change anytime and we don't really test it anywhere. So should I remove it and use MnemonicString
instead ?
ElbekDeveloper commented
Just change the issue name to CODE RUB: