Skip to content

Commit b7aaf62

Browse files
committed
bits
1 parent da9daa1 commit b7aaf62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chapters/ch06.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ Every dependency in our application should be explicitly declared in our manifes
152152
}
153153
```
154154

155+
Using the information in a package lock file, package managers can take steps to install the same bits every time, preserving our ability to quickly iterate and install package updates, while keeping our code safe.
156+
155157
Always installing identical versions of our dependencies -- and identical versions of our dependencies' dependencies -- brings us one step closer to having development environments that closely mirror what we do in production. This increases the likelyhood we can swiftly reproduce bugs that occurred in production in our local environments, while decreasing the odds that something that worked during development fails in staging.
156158

157159
==== 6.3 Interfaces as Black Boxes

0 commit comments

Comments
 (0)