Compare commits

...

1 Commits

Author SHA1 Message Date
Aditya Sripal
e542bd33d4 mantra 2019-08-13 16:59:59 -07:00

View File

@@ -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