What consequences can an abrupt exit from a program in one of the goroutines lead to? What measures should be taken?
Golang
8386
379
Senior
192
What recommendations are there for writing Go modules?
Senior
184
What are the rules for working with interfaces in Go?
Senior
172
How can the channel capacity be changed?
Senior
163
How to properly organize work with channels for safe program operation and data processing?
Senior
152
How should a project’s file structure be organized in Golang?
Senior
147
What are the disadvantages of passing entities through context in Go?
Senior
145
What is the disadvantage of goroutines?
Senior
140
Under what conditions can a mock object serve a bad purpose?
Senior
140
In which cases can Atomic not be used instead of Mutex?
Senior
139
What are the disadvantages of the race detector in Go?
Senior
127
What are the rules (axioms) for working with channels in Go?
Senior
123
What is the difference between the dependency direction and the data flow direction?
Senior
113