top | item 27643278 (no title) solipsism | 4 years ago It's rather a non sequitur, as no one ever said immutability was enough.You also need design, rigor, error handling, common sense, some caffeine, testing, and fast builds. All together... that's enough! discuss order hn newest catlifeonmars|4 years ago > fast buildsInterestingly, immutability and fast builds are often closely related, because immutability (in build systems) can be used to ensure referential transparency, which makes it trivial to implement caching of intermediate build artifacts.
catlifeonmars|4 years ago > fast buildsInterestingly, immutability and fast builds are often closely related, because immutability (in build systems) can be used to ensure referential transparency, which makes it trivial to implement caching of intermediate build artifacts.
catlifeonmars|4 years ago
Interestingly, immutability and fast builds are often closely related, because immutability (in build systems) can be used to ensure referential transparency, which makes it trivial to implement caching of intermediate build artifacts.