I have get a lots of build errors from Golang compiler after update my local Golang program for version Golang 1.14. Errors like: - import cycle not allowed - package worker is not in GOROOT - ca
[Origin](http://norvig.com/21-days.html) ### **Peter Norvig** **Why is everyone in such a rush?** ----------------------------------- Walk into any bookstore, and you'll see how to *Teach Yourself
In some cases we will have lots of args to initialize a class, this suppose to be: - initialization with parts of args - easily extend - method chaining ```py class People: def __init__( self,
In some cases we will need a "settings" to transmit args, this "settings" suppose to be: - Containing many types, a class would be fine. - Can get it anywhere, better not using arguments. - Threa
This series will be a lengthy one because no one knows if it can be completed. These are all my opinions, not official or most other people thought. If you are interested in it but feeling incompre