April 29, 2011
9 p.m.
When I refactor, or format the code, there seems to be too much indention where "with: []" is used. For example: renderHeaderOn: html (html div) id: 'header'; with: [ self renderLoginOn: html. self renderLogoOn: html. self renderMenuOn: html ] Is this how it is supposed to be? Is there a way to reduce the indention by one level if so? Thanks! Scott Gibson