PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

As a developer, do you think reading code can improve your coding skills?

Solved
buzzcode42

Aug 11th, 2021 05:12 AM

What do you think about that.

Report
3
magarrent

Aug 11th, 2021 05:25 AM

I've learned a lot watching youtube videos (or other platforms). You can learn a lot of tips and tricks from other people.

Sometimes we make the mistake that we think we know everything, but you always can improve your skills or learn something new!

Report
1
blackforestcode

Aug 12th, 2021 10:51 AM

I do think it can help. But I see practical exercises as the most important thing to learn programming. If you come across errors here and then read through code and code examples in documentation and forums, you grow with it.

Report
1
stevenpriddy

Aug 14th, 2021 06:50 AM

It can definitely improve your skills. You can see ways that you can do things better, cleaner and faster, among other things. It can also show you that there is always room for improvement.

Report
1
tapasadhikary

Aug 22nd, 2021 01:01 AM

Best Answer

It certainly does. Reading our own code and reading someone else's code both are powerful tools to improve the current coding skill. It also helps providing feedback to someone you care about.

Report
1
awizemann

Aug 27th, 2021 08:21 PM

I think it helps immensely, especially when the code you are reading is at a higher caliber than yours and can expose you to new ways to use the language or framework of topic. In the past two years, ramping back up into real development, it has been instrumental to review other code. I even hired a few engineers for side work to build specific items of apps, to learn how they did it and understand it to then add the methodology to my practice.

The one thing I love about development is that you can, and should, always learn new things.

bobbyiliev

Sep 2nd, 2021 01:27 AM

I also think that it is very beneficial. I like watching live streams where people build projects on the fly. That way I see their thought process, troubleshooting skills and problem solving in general.