Book description
Learn the principles of good software design, and how to turn those principles into great code. This book introduces you to software engineering — from the application of engineering principles to the development of software. You'll see how to run a software development project, examine the different phases of a project, and learn how to design and implement programs that solve specific problems. It's also about code construction — how to write great programs and make them work.Whether you're new to programming or have written hundreds of applications, in this book you'll re-examine what you already do, and you'll investigate ways to improve. Using the Java language, you'll look deeply into coding standards, debugging, unit testing, modularity, and other characteristics of good programs. With Software Development, Design and Coding, author and professor John Dooley distills his years of teaching and development experience to demonstrate practical techniques for great coding.
What You'll Learn
- Review modern agile methodologies including Scrum and Lean programming
- Leverage the capabilities of modern computer systems with parallel programming
- Work with design patterns to exploit application development best practices
- Use modern tools for development, collaboration, and source code controls
Table of contents
- Cover
- Frontmatter
- 1. Introduction to Software Development
- 2. Software Process Models
- 3. Project Management Essentials
- 4. Requirements
- 5. Software Architecture
- 6. Design Principles
- 7. Structured Design
- 8. Object-Oriented Overview
- 9. Object-Oriented Analysis and Design
- 10. Object-Oriented Design Principles
- 11. Design Patterns
- 12. Parallel Programming
- 13. Parallel Design Patterns
- 14. Code Construction
- 15. Debugging
- 16. Unit Testing
- 17. Code Reviews and Inspections
- 18. Ethics and Professional Practice
- 19. Wrapping It all Up
- Backmatter
Product information
- Title: Software Development, Design and Coding: With Patterns, Debugging, Unit Testing, and Refactoring
- Author(s):
- Release date: November 2017
- Publisher(s): Apress
- ISBN: 9781484231531
You might also like
book
Adaptive Code: Agile coding with design patterns and SOLID principles, 2nd Edition
Write code that can adapt to changes. By applying this book’s principles, you can create code …
book
Implementing Effective Code Reviews: How to Build and Maintain Clean Code
The ideal code review process differs from organization to organization, but the needs all boil down …
book
Refactoring to Patterns
In 1994, Design Patterns changed the landscape of object-oriented development by introducing classic solutions to recurring …
book
Refactoring: Improving the Design of Existing Code
Fully Revised and Updated–Includes New Refactorings and Code Examples “Any fool can write code that a …