From eec292728571d60bfe04c87260279d969a328be2 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:38:29 +0000 Subject: [PATCH] fix: start a code philosophy section --- .github/CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7e59d317c..829142568 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,7 @@ # Contributing - This isn't a job! Have fun! -- Commit messages can(but you don't have to hehe) be nonsense! -- PR description and title should be as detailed as possible! -- Always remember to blame wolf and @ITOH every day! + +## Code Philosophy + +- Similar to how DD supports cross platform runtimes, we also are very flexible in the codebase. Where it makes sense to use Classes they can be used but mostly we prefer using no-class based approach.