|
|
|
|
|
by tapirl
2147 days ago
|
|
Most code in the k8s project is easy to read and understand.
There are really some parts in it which are not so easy to grasp. One reason is k8s was written in Java and there are several over-abstractions in the code design. The other reason is there are too much generated code. I do agree that thinking Go is simple to learn is bad in learning Go (I mean it is not good to learn Go seriously). On the other hand, I also think Go is a quite readable language. |
|