Building maintainable software ten guidelines for future-proof code
Have you ever felt frustrated working with someone else’s code? Difficult-to-maintain source code is a big problem in software development today, leading to costly delays and defects. Be part of the solution. With this practical book, you’ll learn 10 easy-to-follow guidelines for delivering Java sof...
Otros Autores: | , , , , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing, [China] :
O'Reilly
2016.
|
Edición: | Java edition. First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630173406719 |
Tabla de Contenidos:
- Write short units of code
- Write simple units of code
- Write code once
- Keep unit interfaces small
- Separate concerns in modules
- Couple architecture components loosely
- Keep architecture components balanced
- Keep your codebase small
- Automotive tests
- Write clean code
- Next steps
- How SIG measures maintainability.