Programming patterns in Javascript - Strategy

preview_player
Показать описание
In "Programming patterns in Javascript - Strategy" I will show you how the strategy pattern works by building our very own search engine.
Рекомендации по теме
Комментарии
Автор

All I see this doing is hiding the implementation deep into a switch statement inside the code. You have a thin upper layer and many little thing lower layers held together by a fat middle ware which is likely to get refactored many many times as features are added.

owensoft