DEV Community

Discussion on: Any recommendations for programming fundamental books for beginners?

Collapse
 
morinoko profile image
Felice Forby

Thanks Omar :) I have actually picked up the basics of my first programming language and worked on a couple of my own projects. Definitely good advice before jumping into Code Complete! I was wondering if there was a good book that was just a little easier than Code Complete. Maybe I just need a bit more experience working with the code and other projects!

Collapse
 
omarbeshary profile image
Omar Beshary • Edited

That's right . You can start searching for design patterns book , in order to write an efficient good , you can read 'Head first design patterns' and start read and implement concepts like [MVC ,MVP and MVVM] for your projects . For me i'm applying now days MVP on android , best of luck .

Thread Thread
 
morinoko profile image
Felice Forby

Awesome! Thanks again! I'll pick up that design patterns book soon too. Good luck to you too