Properties blocks before methods blocks
ID | LAYOUT-14 |
Title | All properties blocks should come before all methods blocks in classdef files. |
Priority | Recommended |
Severity level | 9 |
Description | In classdef files all properties blocks should come before all methods blocks. |
Rationale | For readability, it is advisable to have all properties blocks before the methods blocks in classdef files. |