mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
mantra
This commit is contained in:
parent
7fe02a04db
commit
e542bd33d4
@ -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,
|
* 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.
|
try to create more modular functions that do make use of defer statements.
|
||||||
|
|
||||||
## Matras
|
## Mantras
|
||||||
|
|
||||||
* Premature optimization kills
|
* Premature optimization kills
|
||||||
* Readability is paramount
|
* Readability is paramount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user