Should I Read “Think Like a Programmer” Before Learning a Programming Language?

0
8
Asked By CuriousCoder77 On

Hey everyone! I'm considering whether it's a good idea to read the book "Think Like a Programmer" by V. Spraul before I dive into actually learning a programming language. Will it help me develop my problem-solving skills and set a solid foundation for programming learning? I'd love to hear your thoughts based on your experiences!

5 Answers

Answered By ProblemSolver99 On

I wouldn’t recommend reading it cover to cover before learning a language. It’s better to read it alongside your programming studies. It gives great insights into problem-solving, but don’t get stuck in a loop of reading without actually coding. Balance is key—jump into projects and learn through experience!

Answered By DevExplorer88 On

Honestly, the best way to learn programming is by just doing it. You’ll learn so much more by writing code and figuring things out as you go. Sure, a book like that can be great for building algorithms and structures, but your initial coding experience will be super basic, like starting with HTML. Just dive in and let your curiosity lead you!

Answered By QuickThinker45 On

While there are many interesting programming books out there, I’d suggest learning by coding first. You’ll get way more value from solving real problems than from reading theory. Once you’re comfortable, then delve into books for deeper understanding. Trust me, getting frustrated and debugging is where the real learning happens!

Answered By CodeCrafter21 On

If you're stuck choosing, definitely focus on hands-on programming. But if you can, mix in some reading from that book too. A little theoretical knowledge can enhance your practical skills without taking away from your coding time. Just make sure most of your time is spent coding!

Answered By CodingNinja52 On

I think that book was a game changer for me when I first started learning to code. It really helped me learn to think independently when writing code. I didn't read it all before jumping into projects but used it alongside tutorials to tackle real problems. So, it might be worth checking out, just don't wait too long to start coding!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.