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 be before all method blocks. |
Rationale | For readability, it is advisable to have all properties blocks before the method blocks in classdef files. |