From b8a160bac80ef941337942ff84e8817af85b4c30 Mon Sep 17 00:00:00 2001 From: Mathis Date: Sat, 6 Apr 2024 12:31:43 +0000 Subject: [PATCH] Update content/blog/coding_style --- content/blog/coding_style | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/blog/coding_style b/content/blog/coding_style index 6c9f456..8fde991 100644 --- a/content/blog/coding_style +++ b/content/blog/coding_style @@ -13,4 +13,12 @@ Here are ideas that I currently follow: - early return - fight abstractions - grugg brained dev -- don't repeat yourself thrice \ No newline at end of file +- don't repeat yourself thrice + +Sources: + +- https://www.youtube.com/watch?v=tD5NrevFtbU +- https://www.youtube.com/watch?v=CFRhGnuXG-4 +- https://grugbrain.dev/ +- https://testing.googleblog.com/2023/09/else-nuances.html +- https://www.youtube.com/watch?v=bJQj1uKtnus \ No newline at end of file