At the heart of the book is the Deitel signature “live-code approach.” Concepts are presented in the context of complete working programs, rather than in code snippets
What's the meaning of "live-code approach" in the context?
What's the meaning of "live-code approach" in the context? |
|||||
|
|
The answer is already in your question.
It says that the examples presented in the book are complete working programs = live programs, compared to code snippets, which are just chunks of code which doesn't work by itself and therefore is dead. Live-code approach: complete working program, whole code. Be aware that this is neither a coined phrase, nor a specific coding term. That's why the author had to explain themselves in the second sentence. |
|||
|
|
|
From this Deitel page:
I have not read either the Java or the C++ texts, which seem to be aimed toward Computer Science 101 classes. I am inferring that Live-Code gives complete programs that provide more context and utility to the learner. The opposite of their coined term, live-code, would be a code snippet. Since the snippet lacks context, it may be more difficult to know how to apply the concept being presented. |
|||
|
|
Live here is used to mean:
So the sense of the quoted phrase "live-code approach" is exactly as described by the second sentence in the passage. This is not, to my knowledge, a standard phrase, and the quote marks indicate that the phrase has been invented for this specific purpose. |
|||
|
|