|
|
|
|
|
by gizmogwai
5147 days ago
|
|
Well, the obvious answer is that it is an advantage for the same reason that being purely functional is an advantage in other situations.
More specifically, the benefit of having no side effect in the package management is that it greatly simplifies the management of multiple versions of a given package. It also simplifies the rollback of an unwanted operation in most cases. |
|