Write Great Code: Volume 1: Understanding the Machine
共享用户信息
|
书籍简介
Review
5/5 stars, “you will have a greater understanding and appreciation for code that is written efficiently” — MacCompanion, January 2005, http://www.maccompanion.com/documents/freeissues/2004/january2005.pdf
Product Description
If you’ve asked someone the secret to writing efficient, well-written software, the answer that you’ve probably gotten is “learn assembly language programming.” By learning assembly language programming, you learn how the machine really operates and that knowledge will help you write better high-level language code. A dirty little secret assembly language programmers rarely admit to, however, is that what you really need to learn is machine organization, not assembly language programming. Write Great Code, the first in a series from assembly language expert Randall Hyde, dives right into machine organization without the extra overhead of learning assembly language programming at the same time. And since Write Great Code concentrates on the machine organization, not assembly language, the reader will learn in greater depth those subjects that are language-independent and of concern to a high level language programmer. Write Great Code will help programmers make wiser choices with respect to programming statements and data types when writing software, no matter which language they use.
Tags: 编程语言与程序设计