I didn't say that, others did. I can see arguments both ways on that topic.
What I said was that they should be able to conform to protocols that only have static
requirements. A namespace wouldn't have instances so it couldn't conform to protocols that have instance requirements (unless we went with the singleton
design where members would in some sense be both static and instance members).