Don’t wait until you are an “expert” in theory; start writing software
immediately. As a believer in iterative development, I hope this book
enables even a novice programmer to begin writing basic C# code by the
end of Chapter 2.
当你读到这段话的时候,是不是觉得还不错ing.其实不仅对于c#来说这样子,对C++,php,OC,C…..都是这么回事啊!!让我们提取一下模板
=>
The key to successfully learning {Somting} is to start coding as soon as possible.
Don’t wait until you are an “expert” in theory; start writing software
immediately. As a believer in iterative development, I hope this book
enables even a novice programmer to begin writing basic {Someting} code by the
end of Chapter {StartChapter}.
=>
接下来生成另一本书:
Generate a new book.
book.generate([“Somting”:”C++”,”StartChapter”:”3”]);
好了,用一本C#的经典书藉生成了一堆其他语言的新书。