member-ordering
要求一致的成员声明顺序.
该规则旨在标准化类、接口和类型字面量的结构化和排序方式。字段、方法和构造函数的一致顺序可以使代码更易于阅读、导航和编辑。
¥This rule aims to standardize the way classes, interfaces, and type literals are structured and ordered. A consistent ordering of fields, methods and constructors can make code easier to read, navigate, and edit.