Summary
Team LiB
Previous Section Next Section

Summary

Avoid scope bloat, as with requirements so too with variables): Variables introduce state, and you should have to deal with as little state as possible, with lifetimes as short as possible. This is a specific case of Item 10 that deserves its own treatment.

    Team LiB
    Previous Section Next Section