Reddit Reddit reviews Programming Logic and Design, Comprehensive

We found 6 Reddit comments about Programming Logic and Design, Comprehensive. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Object-Oriented Design
Programming Logic and Design, Comprehensive
Cengage Learning
Check price on Amazon

6 Reddit comments about Programming Logic and Design, Comprehensive:

u/MR2Rick · 2 pointsr/learnprogramming

You could teach them program design and algorithmic thinking (some schools follow this approach). This would involve breaking the problem down, outlining a solution, developing pseudo-code, and desk-checking.

There are a couple of books for this:

Simple Program Design

Programming Logic and Design

u/GroggyOtter · 2 pointsr/AutoHotkey

I'm not a huge programmer. I just know enough to be dangerous.

The first step I'd suggest taking is the same direction I was told to go. You need to learn program logic and design before you pick a language to get into. There's actually book titled "Programming Logic and Design, Comprehensive [8th Edition]". I learned from this book (version 4 or 5. Can't remember.)

With this, you'll be able to write programs with good structure, you'll understand things like flow control, and the interesting part is that it's not geared toward a specific language. It teaches you the basics so you'll be able to write pseudocode. When you're able to do that, you're able to write programs. The next step is choosing a language, seeing if it makes sense to you, and learning the main commands.

If money is an issue, I'm sure you can find a copy of that book online for free. You'll have to do the searching yourself.

u/j_zes · 1 pointr/learnprogramming

This book its a good first step, but I recomend start for read some thing like this page - https://javascript.info

Book - https://www.amazon.com/Programming-Logic-Design-Comprehensive-Farrell/dp/1285776712