دانلود کتاب Java Open Source Programming: with XDoclet, JUnit, WebWork, Hibernate
by Joseph Walnes, Ara Abrahamian, Mike Cannon-Brookes, Patrick A. Lightbody
|
عنوان فارسی: منبع باز جاوا برنامه نویسی: با XDoclet ، از JUnit ، WebWork ، هایبرنیت |
دانلود کتاب
جزییات کتاب
The key idea in the text is to implement a simple concept in code. Only add complexity when it is truly needed. As a general rule in programming, or project design, this is important. It helps you more quickly make prototypes and test these in an agile fashion. Plus, once you have a stable code base, it is much easier for you or someone else to maintain.
The examples that use JUnit to implement an easy unit testing of your code are perhaps the most useful, to many readers. Unit testing greatly helps the robustness of your code. And the book correctly points out that it is not exclusively associated with Extreme Programming. Unit testing also is present in other methodologies.