Jolly James wrote:
How to sort the members of a class? like:1. properties then 2. private 3. methods 4. ctors... and so on. are there any recommendations? And what is better?
just add ddoc documentation to 'em, and then it doesn't matter in which order they are declared: people will generate documentation to find out how to use your code. ;-)