Can you even refactor in Javascript? Or Python? | Everyday Coding Expertise

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • Many developers aren’t even really aware of the power of refactoring to improve design, particularly if they’re using languages like Javascript or Python. Refactoring is such an important everyday design skill for enhancing and extending existing code in any language. In this video I’m going to do the same design transformation in several programming languages including Javascript and Python.
    ▬ Links ▬▬▬▬▬▬▬▬▬▬
    You find the code on Github ➡️
    github.com/emilybache/Yatzy-R...
    If you would like to support all my code katas, please join my Patreon ➡️ / emilybache
    Resources and training for technical coaches ➡️
    sammancoaching.org/
    Emily on social media
    LinkedIn ➡️ / emilybache
    Mastodon ➡️ sw-development-is.social/@emi...
    ▬ Video chapters ▬▬▬▬▬▬▬▬▬▬
    00:00 - Introduction
    02:34 - C# refactoring
    06:03 - Java refactoring
    07:42 - Python refactoring
    12:05 - Javascript refactoring
    16:41 - Closing words
  • НаукаНаука

Комментарии • 7

  • @NitsanAvni
    @NitsanAvni 13 дней назад +1

    Very cool!

  • @nicolascarlo1850
    @nicolascarlo1850 13 дней назад +1

    Love this, thanks for the side-by-side comparison. It helps see what languages/toolings can or can't do for you 😄

  • @Monzy_
    @Monzy_ 12 дней назад

    Sorry to hear it’s not going as expected. I’ve been really excited about sharing these videos with my team, since I first found your videos, and I’m going to hold a guided learning hour session with my team for the first time tomorrow.
    I hope the videos will keep coming despite.

    • @EmilyBache-tech-coach
      @EmilyBache-tech-coach  12 дней назад

      I'm encouraged to hear you want to use these materials with your team! There will be more guided learning hour videos at least.

  • @georgwagner5577
    @georgwagner5577 20 часов назад

    How to refactor in JS: avoid JS 😂🎉

    • @EmilyBache-tech-coach
      @EmilyBache-tech-coach  2 часа назад +1

      I wouldn't say that! The tools aren't as good but you can still move towards better designs in any language.