I am sorry, but for me that book was a no. It just felt like a self help book, but for programmers, which is kind of ok if you are feeling any sort of personal trouble in the field. Not that this is not already told on the back cover, but no, I would not call this book the best development book. I did not buy it, instead, it was the result of participating in a local dev Google something, but it really surprised me h…
Best development book I've read, has no code in it
51–60 of 92 posts
Re: Best development book I've read, has no code in it
#52I was lecturing a class on UML and Design Patterns to students who had never coded before (basically UML).
The class textbook, lecture notes and lecture slides I was given had a lot of coding examples.
During the 12 week class, I wrote a book on Object Oriented Modeling (staying two chapters ahead for the students) that had almost no source code.
It was a challenge to explain OOM, UML and Design Patterns to students who had no prior coding experience.
I do feel it is totally possible to teach people how to "program" without knowing how to code.
Re: Best development book I've read, has no code in it
#53Just a story. I was lecturing a class on UML and Design Patterns to students who had never coded before (basically UML). The class textbook, lecture notes and lecture slides I was given had a lot of coding examples. During the 12 week class, I wrote a book on Object Oriented Modeling (staying two chapters ahead for the students) that had almost no source code. It was a challenge to explain OOM, UML and Design Pattern…
What is the benefit here compared to learning programming by coding?
Re: Best development book I've read, has no code in it
#54Re: Best development book I've read, has no code in it
#55Just a story. I was lecturing a class on UML and Design Patterns to students who had never coded before (basically UML). The class textbook, lecture notes and lecture slides I was given had a lot of coding examples. During the 12 week class, I wrote a book on Object Oriented Modeling (staying two chapters ahead for the students) that had almost no source code. It was a challenge to explain OOM, UML and Design Pattern…
This is where I liked MIT's EdX course. Mostly Python interpreter, but around the end you were given a GUI simulation of controlling a Roomba. You wrote the Roomba's logic and then ran the simulation. You could walk away from the class and say 'Look at this... I built this'.
Re: Best development book I've read, has no code in it
#56Just a story. I was lecturing a class on UML and Design Patterns to students who had never coded before (basically UML). The class textbook, lecture notes and lecture slides I was given had a lot of coding examples. During the 12 week class, I wrote a book on Object Oriented Modeling (staying two chapters ahead for the students) that had almost no source code. It was a challenge to explain OOM, UML and Design Pattern…
It is possible with the help of flowcharts and pseudo-code; the issue I've run into many times is depending on the class, you'll lose student interest over not actually doing anything. If it is a matter of limited resources, ala no computers, then go for it, but looking back, I'd feel a little short-changed if I couldn't walk out of the class without a functional program, no matter how insignificant. This is where I…
This was also for a BIS degree (not a CS degree) which focused on the "business" side of information science: so most students weren't interested in coding (though I felt this was not to their advantage).
Really, it was a bit the fault of administration for placing the class in the first semester of the degree when students had not taken any programming classes yet.
Re: Best development book I've read, has no code in it
#57Just a story. I was lecturing a class on UML and Design Patterns to students who had never coded before (basically UML). The class textbook, lecture notes and lecture slides I was given had a lot of coding examples. During the 12 week class, I wrote a book on Object Oriented Modeling (staying two chapters ahead for the students) that had almost no source code. It was a challenge to explain OOM, UML and Design Pattern…
What were students supposed to be able to accomplish that they couldn't do before?
Re: Best development book I've read, has no code in it
#58Earlier quoted context omitted.
Still one of the best books out there about getting a product out the door. (Showstopper--about the development of Windows NT--is another.) Of course, I may be biased :-) I worked at Data General for about 13 years. I started a few years after the events of the book but knew many of the people portrayed in it, including Tom West.
Haven't read it (still on my shelf), but have you had a chance to read Dreaming in Code? That's the book I would describe as "the best book about getting a product out the door", or not, in this particular case.
Re: Best development book I've read, has no code in it
#59Try "Peopleware" from DeMarco and Lister: http://www.amazon.com/Peopleware-Productive-Projects-Teams-3...