分離の困難さ
Why separation is difficult
逐次実行文の字面を分離するのは困難
Picking up only UI part from the code is difficult
疎結合にすることは本質的にむずかしい
AP part and UI part are tightly related
UI部にはAP部の情報が必要
UI part requires AP info
AP部にはUI部の情報が必要
AP part requires UI part
e.g. メニューの中の不要項目を消したい
Erasek inactive poart in the menu
← メニューがアプリケーションの状態を知る必要あり
Menu should know AP status