6 Tips to Write Better Code

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Writing good quality code is important but it can be challenging especially if you're a beginner or solo developer. In today's video, I gave few tips that can help you to write clean and better code. These are kind of tips that I wish I had when I started programming. Tips I give on the video are backed by my software development experience and will help you to land a new job as a programmer.
    Links to the sources I mentioned in the video:
    Effective Java by Joshua Bloch: www.amazon.com...
    Clean Code by Robert Martin: www.amazon.com...
    Clean Architecture by Robert Martin: www.amazon.com...
    OWASP Mobile Top 10: owasp.org/www-...
    #programming #CleanCode #coding #software
  • НаукаНаука

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

  • @lyydilaine
    @lyydilaine 3 года назад

    One thing comes in my mind, that it is a good habit to read code in some other projects. You can find good and also bad practices. But in general it will make you think wider and understand better, what clean code is, what good practice is.

  • @Renaro
    @Renaro 2 года назад

    good stuff! Congrats!