When I look at a class header, I want to know what...
# getting-started
k
When I look at a class header, I want to know what it is (the name, is it a class or interface, its superclasses and implemented interfaces, etc), not how to construct it. I'll look at the constructor for that. But I also understand that you need to have one "blessed" constructor that is the only one that can declare properties