|
|
|
|
|
by Queue29
1390 days ago
|
|
If your goal is to minimize lines of code, sure, Python takes the cake here. But here's a different way of looking at it: using only Python example, can you identify every way that launching that container might fail? Now do the same with the Go example. See the difference? Folks who value looking at a piece of code and knowing what might happen - not just in the happy path but also in the error path - I think will likely appreciate the Go sample. |
|