66ws

Golang Module After 1.14

2020-08-05 13:02:19Z


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

REPRINT - Teach Yourself Programming in Ten Years

2020-05-28 11:02:22Z


[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

Builder Pattern 2-23

2020-05-24 04:32:12Z


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,

Singleton Pattern 1-23

2020-04-03 21:32:12Z


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

Design Pattern 0-23

2020-04-02 20:33:45Z


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

Category / Archives