From 7c7a9063d6f8baa3d007e223511d0245822bfa22 Mon Sep 17 00:00:00 2001 From: EpicPlayerA10 Date: Sun, 22 Sep 2024 20:43:11 +0200 Subject: [PATCH] change --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2dc06c20..0c722217 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Welcome! We are glad that you want to contribute to our deobfuscator. ## ✨ Best practises -- Add comments everywhere where it is hard to understand. ASM is hard, so let's make it easier for others to understand what is happening in code (especially inside transformers). +- Add comments in complex areas. ASM is hard, so let's make it easier for others to understand what is happening in code (especially inside transformers). - Upload obfuscated test class sample. Tests for your transformers are crucial. When someone wants to rewrite some part of the code, then these tests are helping us that we won't break anything. ## 🪜 Project structure