Properties blocks before methods blocks cc4m_logo_inline

IDLAYOUT-14
TitleAll properties blocks should come before all methods blocks in classdef files.
PriorityRecommended
Severity level9
DescriptionIn classdef files all properties blocks should be before all method blocks.
RationaleFor readability, it is advisable to have all properties blocks before the method blocks in classdef files.