Cargando…

Java by comparison : become a Java craftsman in 70 examples /

Write code that's clean, concise, and to the point: code that others will read with pleasure and reuse. Comparing your code to that of expert programmers is a great way to improve your coding skills. Get hands-on advice to level up your coding style through small and understandable examples tha...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Harrer, Simon (Autor), Lenhard, Jörg (Autor), Dietz, Linus (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : The Pragmatic Bookshelf, [2018]
Colección:Pragmatic programmers.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Start cleaning up
  • Level up your code style
  • Use comments wisely
  • Name things right
  • Prepare for things going wrong
  • Assert things going right
  • Design your objects
  • Let your data flow
  • Prepare for the real world.