#3296
The quality of software, not only depends on its architecture and project management, but also is closely related with the code's quality. Bad, untidy code can run normally to some extent, but that will bring potential obstacles to the whole development team, as sure as a gun. As a result, that will greatly increase development time, resources and other costs. This same applies to both agile software development and traditional software development.

#3157
PHP has been giving dramatic improvements in recent years. However, as PHP itself does not formulate a standardized use method, together with the bad or even wrong PHP practices conveyed from many outdated PHP tutorials and books, this often makes PHP beginners astray. So PHP: The Right Way was born.

#3151
The classic PHP has won a rebirth, so it's time for the modern PHP to throw away its old burden and follow better practices. But almost all the existing PHP books and online tutorials have been out of date for a long time, such that it is difficult to reflect the new features and good practices of modern PHP.

#3024
Code Complete, Second Edition (AKA: Code Complete 2) is a classic about software construction, first written by Steve McConnell more than 20 years ago. This Second Edition is not just a simple revision and supplement of the first Edition, but completely rewritten, and increased a lot of content keeping pace with the times.