March 6, 2016
9:37 a.m.
Hi alex I would like rewrite exact: aNumber self resizing: (BlLayoutExactResizer new size: aNumber) as exact: aNumber self resizer: (BlLayoutExactResizer new size: aNumber) you have Object subclass: #BlLayoutAxisParams instanceVariableNames: 'resizing' classVariableNames: '' package: 'Bloc-Core-LayoutStrategy-Core' and the resizing method is in private protocol however it looks like it is used a lot outside. So should I change all the senders + protocol? Stef