Welcome, Guest. Please login or register.

Author Topic: Layers.library V45 on the aminet  (Read 66783 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kamelito

Re: Layers.library V45 on the aminet
« on: September 17, 2014, 06:16:47 PM »
@Olsen @Thor,

Since it's too late to go back to school, could you please give a list of good books to go from a "coder" to a "software engineer". Being about C, C++, Algorithms, Design patterns whatever else suit you.

Thanks
Kamelito
 

Offline kamelito

Re: Layers.library V45 on the aminet
« Reply #1 on: September 18, 2014, 07:19:49 PM »
@Olsen
>Well, you asked for it ;)

Thanks. About Code complete AFAIR the first edition is about C and the other about OO languages. Is the first edition enough?
I read good comments about Programming Pearls any thoughts about this book?

Regards
Kamelito
 

Offline kamelito

Re: Layers.library V45 on the aminet
« Reply #2 on: September 19, 2014, 12:59:18 PM »
I'm wondering if OS 4.x is tested against tools like purify, valgrind or PVS Studio or any others tools like that to improve code quality and if automated tests cases are run before production.

Kamelito
 

Offline kamelito

Re: Layers.library V45 on the aminet
« Reply #3 on: September 21, 2014, 07:46:28 PM »
Quote from: olsen;773565
I missed one book which might be helpful, and which is also very readable: "The practice of programming", by Brian Kernighan and Robert Pike. It covers some of the same ground as the "Programming pearls" collection, but complements it well with material absent from it, such as testing and debugging. I'd say that had this book been available to me some 25 years ago, it would have opened doors which at the time I did not even know to exist.


Thanks
Kamelito