У нас вы можете посмотреть бесплатно What Would Martin Fowler Do? Javascript Code Refactoring Demo или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
▬▬▬▬▬▬▬▬▬▬ This video is sponsored by Tuple: https://tuple.app/emily ▬▬▬▬▬▬▬▬▬▬ So, What Would Martin Fowler Do? I’m going to show you, with code, using his "Theatrical Players" example, in Javascript. ▬ Links ▬▬▬▬▬▬▬▬▬▬ You can find the code on my Github, in the 'demo_javascript' branch ➡️ https://github.com/emilybache/Theatri... If you like this content and would like to support my work with this and other code katas, please join my Patreon ➡️ / emilybache Emily on social media X (Twitter) ➡️ / emilybache LinkedIn ➡️ / emilybache Mastodon ➡️ https://sw-development-is.social/@emi... ▬ Video chapters ▬▬▬▬▬▬▬▬▬▬ 00:00 - Introduction 01:42 - The Theatrical Players exercise code 05:54 - Extract function volumeCreditsFor 10:11 - Where to go for more 10:57 - Split Loop 14:26 - Review the design - calculation logic separated from formatting logic 15:37 - Extract function renderPlainText 16:40 - Creating a better home for the calculation functions 19:28 - Enriching performances 22:53 - Summarizing where the refactoring goes after this