Beej's CS Guide Notes
I heard beej's guides are awesome but didn't try any. My bad. But I got to know about this new guide and read it.
In my opinion, it is awesome. It covers how to think like a problem solver. I'm trying to apply the 4 steps mentioned in the book to my problems.
- Understand
- Plan
- Code
- Reflect
Being an or to be an expert in not an easy path. We gotta want it and work for it relentlessly. Try. Fail. Learn.
Think like a villain. Attack your solution and think edge cases.
Break down problems into small steps.
Take breaks. Participate in events and join a club if possible.
Review other code. Read more code.
Good Book. I will be re-reading and try to apply things.