- 01
 - 02
 - 03
 - 04
 - 05
 - 06
 - 07
 - 08
 - 09
 - 10
 
                        override public function execute():void
{
	var maintainProductAttributePresenter:ITableBasedPresentrer = this.appPresenter.maintainProductAttributePresenter;
	var maintainProductAttributeView:View = maintainProductAttributePresenter.view;
	this.appView.showModuleView(maintainProductAttributeView);
	this.appView.showModuleHeader(maintainProductAttributePresenter.getModuleTitle());
	maintainProductAttributePresenter.updateData();
}
                                 
        
            Сижу, копипазжу... Специально не стала выбиваться из стандарта... Может хоть на секунду мысль о том что мы занимаемся маразмом кому нибудь в голову придет?
        
        
var maintainProductAttributeView:View = maintainProductAttributePresenter.view;
Вот этот бойлерплейт пишется в каждой функции? Архитектор системы брутален и бессердечен...
То есть код на 30% из такого состоит.