Quick style question... I'm doing a code review for a friend. For a const value, why might I prefer a top-level property vs. putting that same property inside a named object? I think the latter seems stylistically better in terms of code management, but I want to hear what others think.