Books I recommend to my software engineering students
web.eecs.utk.edu
Books I recommend to my software engineering students
1–10 of 119 posts
Re: Books I recommend to my software engineering students
#2Yeah, that pretty much describes all of software development in one stroke. But you should read it anyway (if only to experience the feeling of someone predicting your future before (most of) you were born).
Re: Books I recommend to my software engineering students
#3I legit think that there is only one way of engineering complicated software and that is Entity-Component-System (https://en.wikipedia.org/wiki/Entity_component_system).
Re: Books I recommend to my software engineering students
#4Re: Books I recommend to my software engineering students
#5Re: Books I recommend to my software engineering students
#6> [ The Mythical Man-Month ] Key takeaway: You'll soon fall victim to the problems identified by this book, even after reading it. Yeah, that pretty much describes all of software development in one stroke. But you should read it anyway (if only to experience the feeling of someone predicting your future before (most of) you were born).
So, adding new bodies does incur cost, but the belief that always adding new bodies always adds more cost than adds impetus to the outcome is not always true.
The classic example is "the hump" which was the cost in fuel terms to ship fuel to China, to be able to fly from China to bomb Japan. Economically ruinous, people forget that missions were nonetheless successfully conducted: it was ruinous but the outcome was achieved within limits.
So the MMM does not say "never add a body" it says "know what your incurring in overhead, choosing to add a body"
Re: Books I recommend to my software engineering students
#7I'm disappointed not to see the pragmatic programmer there. I would think that it's great reading, not only for every software developer, but also for stakeholders and product managers.
Re: Books I recommend to my software engineering students
#8These books will tell them nothing. I legit think that there is only one way of engineering complicated software and that is Entity-Component-System ( https://en.wikipedia.org/wiki/Entity_component_system ).
Re: Books I recommend to my software engineering students
#9I would recommend watching this talk [0] from Kevlin Henney to anyone who likes that book.