From f862e0e1344ae2790b8dfd05ae9a65b64dc90b77 Mon Sep 17 00:00:00 2001 From: Qualadore Date: Tue, 11 Jul 2023 11:02:19 +0000 Subject: [PATCH] Add drawback --- rfcs/function-debug-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/function-debug-id.md b/rfcs/function-debug-id.md index 95e7300f..8aafcfbf 100644 --- a/rfcs/function-debug-id.md +++ b/rfcs/function-debug-id.md @@ -18,7 +18,7 @@ While tables and userdata have individualized metatables, also allowing function ## Drawbacks -None known. +Identifiers being reused has the potential to confuse humans reading them. ## Alternatives