From e542bd33d4b2781f380a07e171d338ec880764c0 Mon Sep 17 00:00:00 2001 From: Aditya Sripal Date: Tue, 13 Aug 2019 16:59:59 -0700 Subject: [PATCH] mantra --- PHILOSOPHY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHILOSOPHY.md b/PHILOSOPHY.md index cf79710f..24b55d78 100644 --- a/PHILOSOPHY.md +++ b/PHILOSOPHY.md @@ -148,7 +148,7 @@ of O(C) goroutines per O(P) peers is still O(C\*P=constant). * Use defer statements to unlock as much as possible. If you want to unlock sooner, try to create more modular functions that do make use of defer statements. -## Matras +## Mantras * Premature optimization kills * Readability is paramount