Получи случайную криптовалюту за регистрацию!

'Quick read' by John Arundel called Writing slower Go programs | CatOps

"Quick read" by John Arundel called Writing slower Go programs. Actually, this can relate not only to Go.

The idea is that you'd better optimize your code for readability, brevity, and simplicity to understand; rather than speed. Unless, you're working in an industry that requires blazing fast response times or works under shortage of resources. Such as game development, IoT, network equipment and so on. However, if you do work in such an industry, you likely know, what's you're doing.

#go #programming