Stop Wasting Time - 5 Coding Tips for 2024

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024

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

  • @AlexJrDev
    @AlexJrDev 2 месяца назад +3

    This definitely deserves more views, keep it up man!

  • @climbinggiant4744
    @climbinggiant4744 2 месяца назад +2

    May the algorithm bless you

  • @AvaTTaRGreyOld
    @AvaTTaRGreyOld 2 месяца назад +1

    Thanks, took some hints from this video - will try them on Monday 🙂

  • @liammorgs01
    @liammorgs01 2 месяца назад +1

    Brilliant video! Deserves a lot more views. What did you use to animate?

    • @carriocode
      @carriocode  2 месяца назад

      Thank you! I use premiere, photoshop and AE.

  • @matthiasramsauer349
    @matthiasramsauer349 2 месяца назад +1

    To be honest pretty basic and somewhat wrong advice.
    - You absolutely don't need a design document this is pretty useless, agree
    - Codeing platform are not really useful to learn more than cs101 and not even that at best. Maybe some general syntax if even that and some common algorithms
    - Clean code is mostly really bad advice of course nameing is important but it is famously one of the hardest problems in cs.
    - Reinventing the wheel is one of the best ways to understand something and learn it's inner workings.

    • @matthiasramsauer349
      @matthiasramsauer349 2 месяца назад

      The best and fastest way to get a good programmer is in starting with using programs on a more fundamental level. Basically normal sysadmin stuff.
      If you are comfortable with the system and setup multiple things and always ask yourself how and why?
      This alone can take you a good part of a decade.