DDD bounded context term
explicit boundary within which a domain model is consistent
Domain-Driven Design concept. Same word can mean different things in different contexts (a 'Customer' in billing != 'Customer' in shipping). Boundaries should align with team boundaries — Conway's Law again.