- Learning Functional Programming in Go
- Lex Sheehan
- 59字
- 2021-07-02 23:13:45
Good design
Good design is about saving money in the long run.
If our project is small and the value of our time to market is high, then we can skip the design process. Otherwise, we should put effort into having a proper software design. This is a universal truth, regardless of the technology (Java, Go, and so on).